Sha256: f09484c27597bdbb21b2451ac2ebb2fab01046d96063338b397f398cd9f50e6e
Contents?: true
Size: 453 Bytes
Versions: 10
Compression:
Stored size: 453 Bytes
Contents
require 'test_helper' class GeneralTest < ActiveSupport::TestCase test "Version accessible by default" do assert_not_nil SpreadsheetArchitect::VERSION end test "Constants dont change" do x = SpreadsheetArchitect.default_options.to_s SpreadsheetArchitect.to_xlsx(headers: [[1]], data: [[1]], header_style: {b: false}, row_style: {background_color: '000000'}) assert_equal(x, SpreadsheetArchitect.default_options.to_s) end end
Version data entries
10 entries across 10 versions & 1 rubygems