Sha256: fabccb5e7a1e97f55f7bb09718d0fd0dfb2dc88dce1114941a43e75e350bbb2d

Contents?: true

Size: 426 Bytes

Versions: 7

Compression:

Stored size: 426 Bytes

Contents

# -*- coding: utf-8 -*-
require 'helper'

class TestRegressionRowColFormat12 < Test::Unit::TestCase
  def setup
    setup_dir_var
  end

  def teardown
    @tempfile.close(true)
  end

  def test_row_col_format12
    @xlsx = 'row_col_format12.xlsx'
    workbook  = WriteXLSX.new(@io)
    worksheet = workbook.add_worksheet

    worksheet.set_column('C:C', nil, nil, 1)

    workbook.close
    compare_for_regression
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
write_xlsx-0.86.0 test/regression/test_row_col_format12.rb
write_xlsx-0.85.11 test/regression/test_row_col_format12.rb
write_xlsx-0.85.10 test/regression/test_row_col_format12.rb
write_xlsx-0.85.9 test/regression/test_row_col_format12.rb
write_xlsx-0.85.8 test/regression/test_row_col_format12.rb
write_xlsx-0.85.7 test/regression/test_row_col_format12.rb
write_xlsx-0.85.6 test/regression/test_row_col_format12.rb