mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
58709e4e38
commit
0cb251e079
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ module Psych
|
||||||
assert_equal 'bar', o.instance_variable_get(:@foo)
|
assert_equal 'bar', o.instance_variable_get(:@foo)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_awesome
|
def test_tz_00_00_loads_without_error
|
||||||
Psych.load('1900-01-01T00:00:00+00:00')
|
assert Psych.load('1900-01-01T00:00:00+00:00')
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_legacy_struct
|
def test_legacy_struct
|
||||||
|
|
Loading…
Reference in a new issue