test/test_04_dimensions.rb in writeexcel-0.6.9 vs test/test_04_dimensions.rb in writeexcel-0.6.10
- old
+ new
@@ -22,13 +22,9 @@
@format = @workbook.add_format
@dims = ['row_min', 'row_max', 'col_min', 'col_max']
@smiley = [0x263a].pack('n')
end
- def teardown
- @workbook.close
- end
-
def test_no_worksheet_cell_data
data = @worksheet.__send__("store_dimensions")
vals = data.unpack('x4 VVvv')
alist = @dims.zip(vals)