From cd6ae26e8ff5a49787b4ac0d89d3aff780cd5c9a Mon Sep 17 00:00:00 2001 From: Raghunadh Date: Sat, 21 May 2011 00:29:30 -0700 Subject: fixed failing tests of ActiveSupport for deprecation test --- activesupport/test/deprecation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/deprecation_test.rb') diff --git a/activesupport/test/deprecation_test.rb b/activesupport/test/deprecation_test.rb index cad0810241..d77a62f108 100644 --- a/activesupport/test/deprecation_test.rb +++ b/activesupport/test/deprecation_test.rb @@ -62,7 +62,7 @@ class DeprecationTest < ActiveSupport::TestCase end def test_deprecate_class_method - assert_deprecated(/none is deprecated.*test_deprecate_class_method/) do + assert_deprecated(/none is deprecated/) do assert_equal 1, @dtc.none end -- cgit v1.2.3