Skip to content

Commit

Permalink
change test name to be more helpful. fixes #124
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Apr 5, 2013
1 parent 803653a commit 5497249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/psych/visitors/test_to_ruby.rb
Expand Up @@ -18,8 +18,8 @@ def test_object
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
Expand Down

0 comments on commit 5497249

Please sign in to comment.