aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/deprecation_test.rb
diff options
context:
space:
mode:
authorRaghunadh <raghunadhd@gmail.com>2011-05-21 00:29:30 -0700
committerRaghunadh <raghunadhd@gmail.com>2011-05-21 00:29:30 -0700
commitcd6ae26e8ff5a49787b4ac0d89d3aff780cd5c9a (patch)
treee1b1746b3031d09c4682598bc9a607d5da169171 /activesupport/test/deprecation_test.rb
parent89d7133082159b7d0a456bd9b524be50149918b3 (diff)
downloadrails-cd6ae26e8ff5a49787b4ac0d89d3aff780cd5c9a.tar.gz
rails-cd6ae26e8ff5a49787b4ac0d89d3aff780cd5c9a.tar.bz2
rails-cd6ae26e8ff5a49787b4ac0d89d3aff780cd5c9a.zip
fixed failing tests of ActiveSupport for deprecation test
Diffstat (limited to 'activesupport/test/deprecation_test.rb')
-rw-r--r--activesupport/test/deprecation_test.rb2
1 files changed, 1 insertions, 1 deletions
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