mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Switch to AS::TestCase for assert_deprecated
This commit is contained in:
@@ -207,7 +207,7 @@ class StringBehaviourTest < Test::Unit::TestCase
|
||||
end
|
||||
end
|
||||
|
||||
class CoreExtStringMultibyteTest < Test::Unit::TestCase
|
||||
class CoreExtStringMultibyteTest < ActiveSupport::TestCase
|
||||
UNICODE_STRING = 'こにちわ'
|
||||
ASCII_STRING = 'ohayo'
|
||||
BYTE_STRING = "\270\236\010\210\245"
|
||||
@@ -253,4 +253,4 @@ class CoreExtStringMultibyteTest < Test::Unit::TestCase
|
||||
assert UNICODE_STRING.mb_chars.kind_of?(String)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user