Skip to content

Commit

Permalink
Merge pull request #1179 from castlerock/activesupport_test
Browse files Browse the repository at this point in the history
fixed failing tests of ActiveSupport for deprecation test
  • Loading branch information
josevalim committed May 21, 2011
2 parents 89d7133 + cd6ae26 commit 7288682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/deprecation_test.rb
Expand Up @@ -62,7 +62,7 @@ def test_undeprecated
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

Expand Down

0 comments on commit 7288682

Please sign in to comment.