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:
tenderlove 2013-04-05 18:02:22 +00:00
Родитель 58709e4e38
Коммит 0cb251e079
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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