test/test_extraction.rb in simple-spreadsheet-extractor-0.13.3 vs test/test_extraction.rb in simple-spreadsheet-extractor-0.13.4

- old
+ new

@@ -17,10 +17,9 @@ def test_from_non_file_io_object test_sheet = File.dirname(__FILE__) + "/files/test-spreadsheet.xls" contents = open(test_sheet, "rb") {|io| io.read } io=StringIO.new contents - assert_nil io.path xml = spreadsheet_to_xml(io) end def test_validate_xml test_sheet = File.dirname(__FILE__) + "/files/test-spreadsheet.xls"