diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-13 02:03:50 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-13 02:03:50 +0000 |
commit | f0753992ab8cc9bbbf9b047fdc56f8899df5635e (patch) | |
tree | 6a56877dd03d0224ba3b8eb714a1c1877b55415c /actionpack/test/fixtures | |
parent | f8486e8f1087717e72f819921e281d3ae0aab291 (diff) | |
download | rails-f0753992ab8cc9bbbf9b047fdc56f8899df5635e.tar.gz rails-f0753992ab8cc9bbbf9b047fdc56f8899df5635e.tar.bz2 rails-f0753992ab8cc9bbbf9b047fdc56f8899df5635e.zip |
test controller rescues
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5504 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/public/404.html | 1 | ||||
-rw-r--r-- | actionpack/test/fixtures/public/500.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/public/404.html b/actionpack/test/fixtures/public/404.html new file mode 100644 index 0000000000..497397ccea --- /dev/null +++ b/actionpack/test/fixtures/public/404.html @@ -0,0 +1 @@ +404 error fixture diff --git a/actionpack/test/fixtures/public/500.html b/actionpack/test/fixtures/public/500.html new file mode 100644 index 0000000000..7c66c7a943 --- /dev/null +++ b/actionpack/test/fixtures/public/500.html @@ -0,0 +1 @@ +500 error fixture |