aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/deprecation_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-04 00:17:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-04 00:17:01 +0000
commit29cec6d0ab540263ac25c906c9ccfd5fb3a389cc (patch)
tree39ed83643c8ee7e0a79eeda741207bd72dc18ad9 /activesupport/test/deprecation_test.rb
parent528618a91082748133488fefbf5f57cf8b96ed75 (diff)
downloadrails-29cec6d0ab540263ac25c906c9ccfd5fb3a389cc.tar.gz
rails-29cec6d0ab540263ac25c906c9ccfd5fb3a389cc.tar.bz2
rails-29cec6d0ab540263ac25c906c9ccfd5fb3a389cc.zip
get deprecation methods and callers straight
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4959 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 7c5cb5783c..75a0d38f5b 100644
--- a/activesupport/test/deprecation_test.rb
+++ b/activesupport/test/deprecation_test.rb
@@ -47,7 +47,7 @@ class DeprecationTest < Test::Unit::TestCase
end
def test_deprecate_class_method
- assert_deprecated(/none is deprecated/) do
+ assert_deprecated(/none is deprecated.*test_deprecate_class_method at/) do
assert_equal 1, @dtc.none
end