diff options
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/params_wrapper_test.rb | 2 |
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) |