diff options
author | Josh Goebel <dreamer3@gmail.com> | 2013-03-21 14:23:46 -0400 |
---|---|---|
committer | Josh Goebel <dreamer3@gmail.com> | 2013-03-21 14:23:46 -0400 |
commit | ea2336b9e2c47a9cc1a73b1350ffc03252e6468e (patch) | |
tree | 8bfd4a55d6710ede53fb0be5e56d2a780eaf354f /actionpack/test/fixtures/public/400.html | |
parent | ecfdc842a58816540e7c96a913f95a0d94be7ca7 (diff) | |
download | rails-ea2336b9e2c47a9cc1a73b1350ffc03252e6468e.tar.gz rails-ea2336b9e2c47a9cc1a73b1350ffc03252e6468e.tar.bz2 rails-ea2336b9e2c47a9cc1a73b1350ffc03252e6468e.zip |
failure to parse params should trigger a 400 Bad Request
Diffstat (limited to 'actionpack/test/fixtures/public/400.html')
-rw-r--r-- | actionpack/test/fixtures/public/400.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/public/400.html b/actionpack/test/fixtures/public/400.html new file mode 100644 index 0000000000..03be6bedaf --- /dev/null +++ b/actionpack/test/fixtures/public/400.html @@ -0,0 +1 @@ +400 error fixture |