summaryrefslogtreecommitdiff
path: root/test/psych/visitors/test_to_ruby.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-04-05 11:02:30 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-04-05 11:02:30 -0700
commit54972490a4d3c3d84cf5e6b6ae04fc5dbfef7281 (patch)
treeae2cd971fa550b2d6fd62334bef217d3306a477f /test/psych/visitors/test_to_ruby.rb
parent803653a94027596864d8776e64807906fd44bb68 (diff)
downloadpsych-54972490a4d3c3d84cf5e6b6ae04fc5dbfef7281.zip
change test name to be more helpful. fixes #124
Diffstat (limited to 'test/psych/visitors/test_to_ruby.rb')
-rw-r--r--test/psych/visitors/test_to_ruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/psych/visitors/test_to_ruby.rb b/test/psych/visitors/test_to_ruby.rb
index ee473c9..022cc2d 100644
--- a/test/psych/visitors/test_to_ruby.rb
+++ b/test/psych/visitors/test_to_ruby.rb
@@ -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