Sha256: 17357810cca72fceaeecac19210b9805076b7b704441d50046bf405329e57c73

Contents?: true

Size: 260 Bytes

Versions: 23

Compression:

Stored size: 260 Bytes

Contents

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

class TestColName < Test::Unit::TestCase
  def test_col_str_with_rational
    obj = ColName.instance
    col = Rational(10, 3)
    assert_nothing_raised do
      obj.col_str(col)
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
write_xlsx-0.77.0 test/test_col_name.rb
write_xlsx-0.76.3 test/test_col_name.rb
write_xlsx-0.76.2 test/test_col_name.rb