From 0a5d4d29e2404778d38410ba309443fa6e34ab03 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 29 Mar 2010 04:30:30 +0000 Subject: * test/psych/visitors/test_to_ruby.rb: switching to assert_in_delta * test/psych/visitors/test_yaml_tree.rb: switching to assert_in_delta git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/visitors/test_yaml_tree.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/psych/visitors/test_yaml_tree.rb') diff --git a/test/psych/visitors/test_yaml_tree.rb b/test/psych/visitors/test_yaml_tree.rb index a0a2336e75..7dab85dc5b 100644 --- a/test/psych/visitors/test_yaml_tree.rb +++ b/test/psych/visitors/test_yaml_tree.rb @@ -45,7 +45,8 @@ module Psych end def test_time - assert_cycle Time.now + t = Time.now + assert_in_delta t, Psych.load(Psych.dump(t)), 0.000001 end def test_date -- cgit v1.2.3