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:
parent
89d7133082
commit
cd6ae26e8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue