Sha256: d4422d1f422203bacaf721f5ab8a9b67071a2cac32fc39446a158301aad25517
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
class WorkbookTest < MiniTest::Test def test_adding_styled_cells p = Axlsx::Package.new wb = p.workbook wb.add_styled_cell 'Cell 1' wb.add_styled_cell 'Cell 2' assert_equal ['Cell 1', 'Cell 2'].to_set, wb.styled_cells end end
Version data entries
6 entries across 6 versions & 1 rubygems