fixed failing tests of ActiveSupport for deprecation test

This commit is contained in:
Raghunadh 2011-05-21 00:29:30 -07:00
parent 89d7133082
commit cd6ae26e8f
1 changed files with 1 additions and 1 deletions

View File

@ -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