зеркало из https://github.com/github/ruby.git
[bigdecimal] Fix deprecation warning test
This commit is contained in:
Родитель
8986f948e0
Коммит
8355a3e17b
|
@ -611,9 +611,13 @@ class TestBigDecimal < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_precs_deprecated
|
||||
saved = Warning[:deprecated]
|
||||
Warning[:deprecated] = true
|
||||
assert_warn(/BigDecimal#precs is deprecated and will be removed in the future/) do
|
||||
BigDecimal("1").precs
|
||||
end
|
||||
ensure
|
||||
Warning[:deprecated] = saved
|
||||
end
|
||||
|
||||
def test_precs
|
||||
|
|
Загрузка…
Ссылка в новой задаче