From 64d35eb6210a81249fd41abebdd47d5c90652457 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 18 Feb 2014 00:44:38 +0000 Subject: * test/test/psych/test_string.rb: remove unused variables. * test/test/psych/test_yaml.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/test_yaml.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/psych/test_yaml.rb') diff --git a/test/psych/test_yaml.rb b/test/psych/test_yaml.rb index ba86807aaf..cd3e8ee72c 100644 --- a/test/psych/test_yaml.rb +++ b/test/psych/test_yaml.rb @@ -250,7 +250,6 @@ EOY def test_spec_mapping_between_sequences # Complex key #1 - dj = Date.new( 2001, 7, 23 ) assert_parse_only( { [ 'Detroit Tigers', 'Chicago Cubs' ] => [ Date.new( 2001, 7, 23 ) ], [ 'New York Yankees', 'Atlanta Braves' ] => [ Date.new( 2001, 7, 2 ), Date.new( 2001, 8, 12 ), Date.new( 2001, 8, 14 ) ] }, <