aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Chelimsky <dchelimsky@gmail.com>2011-05-16 12:37:30 -0500
committerDavid Chelimsky <dchelimsky@gmail.com>2011-05-17 06:56:53 -0400
commit14d5e3e45901f104adce36a762a8e543a694d3ef (patch)
tree584e16e19d7be6097d67c5a25b442568866364ee /actionpack
parent29e8ca3698f470432e0a776be7d0b1d5c4e16389 (diff)
downloadrails-14d5e3e45901f104adce36a762a8e543a694d3ef.tar.gz
rails-14d5e3e45901f104adce36a762a8e543a694d3ef.tar.bz2
rails-14d5e3e45901f104adce36a762a8e543a694d3ef.zip
better test name
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/controller/params_wrapper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/params_wrapper_test.rb b/actionpack/test/controller/params_wrapper_test.rb
index 6c011b98f2..98f4c27a01 100644
--- a/actionpack/test/controller/params_wrapper_test.rb
+++ b/actionpack/test/controller/params_wrapper_test.rb
@@ -31,7 +31,7 @@ class ParamsWrapperTest < ActionController::TestCase
end
end
- def test_derived_name_from_controller_given_an_anonymous_controller
+ def test_allow_anonymous_controller
with_default_wrapper_options do
# This should not raise an error.
Class.new(UsersController)