From 14d5e3e45901f104adce36a762a8e543a694d3ef Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Mon, 16 May 2011 12:37:30 -0500 Subject: better test name --- actionpack/test/controller/params_wrapper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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) -- cgit v1.2.3