1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -62,7 +62,7 @@ class DeprecationTest < ActiveSupport::TestCase
end end
def test_deprecate_class_method 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 assert_equal 1, @dtc.none
end end