aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/hello.html
diff options
context:
space:
mode:
authorYehuda Katz <yehudakatz@YK.local>2010-02-23 22:45:42 -0800
committerYehuda Katz <yehudakatz@YK.local>2010-02-23 22:45:42 -0800
commitae933a093db93c22b9facd3411afd9ef69719193 (patch)
tree1e5d944b79e6ff46050bc5af764b18d3b4282d8e /actionpack/test/fixtures/hello.html
parent47498a7f59d0196e9b8aa8e3569cbb4937477cef (diff)
downloadrails-ae933a093db93c22b9facd3411afd9ef69719193.tar.gz
rails-ae933a093db93c22b9facd3411afd9ef69719193.tar.bz2
rails-ae933a093db93c22b9facd3411afd9ef69719193.zip
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. Closes #8994
Diffstat (limited to 'actionpack/test/fixtures/hello.html')
-rw-r--r--actionpack/test/fixtures/hello.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/hello.html b/actionpack/test/fixtures/hello.html
new file mode 100644
index 0000000000..6769dd60bd
--- /dev/null
+++ b/actionpack/test/fixtures/hello.html
@@ -0,0 +1 @@
+Hello world! \ No newline at end of file