From bc3cc91a3f53816cc205f791cba34514ce0a113e Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 14 May 2008 14:14:23 -0500 Subject: One last fix to test_filter_parameters_is_protected. --- actionpack/test/controller/filter_params_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test') diff --git a/actionpack/test/controller/filter_params_test.rb b/actionpack/test/controller/filter_params_test.rb index 12048bfa08..c4de10181d 100644 --- a/actionpack/test/controller/filter_params_test.rb +++ b/actionpack/test/controller/filter_params_test.rb @@ -43,7 +43,7 @@ class FilterParamTest < Test::Unit::TestCase def test_filter_parameters_is_protected FilterParamController.filter_parameter_logging(:foo) - assert !FilterParamController.action_methods.include?(:filter_parameters) + assert !FilterParamController.action_methods.include?('filter_parameters') assert_raise(NoMethodError) { @controller.filter_parameters([{'password' => '[FILTERED]'}]) } end end -- cgit v1.2.3