зеркало из https://github.com/github/ruby.git
change test name to be more helpful
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
58709e4e38
Коммит
0cb251e079
|
@ -18,8 +18,8 @@ module Psych
|
|||
assert_equal 'bar', o.instance_variable_get(:@foo)
|
||||
end
|
||||
|
||||
def test_awesome
|
||||
Psych.load('1900-01-01T00:00:00+00:00')
|
||||
def test_tz_00_00_loads_without_error
|
||||
assert Psych.load('1900-01-01T00:00:00+00:00')
|
||||
end
|
||||
|
||||
def test_legacy_struct
|
||||
|
|
Загрузка…
Ссылка в новой задаче