From 7e3b185a257213bc3c18e06a0ea648fbbdf937ae Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 5 Sep 2014 09:34:38 +0000 Subject: * test/csv/test_row.rb: Added some missing tests in CSV. * test/csv/test_table.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/test_row.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/csv/test_row.rb') diff --git a/test/csv/test_row.rb b/test/csv/test_row.rb index d786f38cd4..3acceea234 100755 --- a/test/csv/test_row.rb +++ b/test/csv/test_row.rb @@ -347,4 +347,9 @@ class TestCSV::Row < TestCSV def test_can_be_compared_with_other_classes assert_not_nil(CSV::Row.new([ ], [ ]), "The row was nil") end + + def test_can_be_compared_when_not_a_row + r = @row == [] + assert_equal false, r + end end -- cgit v1.2.3