test/xlsx_reader_test.rb in iostreams-0.19.0 vs test/xlsx_reader_test.rb in iostreams-0.20.0
- old
+ new
@@ -15,10 +15,9 @@
end
describe '.open' do
describe 'with a file path' do
it 'returns the contents of the file' do
- rows = []
csv = IOStreams::Xlsx::Reader.open(file_name, &:read)
assert_equal xlsx_contents, CSV.parse(csv)
end
end