test/stylesheet/tc_cell_style.rb in axlsx-1.0.18 vs test/stylesheet/tc_cell_style.rb in axlsx-1.1.0
- old
+ new
@@ -1,10 +1,9 @@
-require 'test/unit'
-require 'axlsx.rb'
+require 'tc_helper.rb'
class TestCellStyle < Test::Unit::TestCase
- def setup
+ def setup
@item = Axlsx::CellStyle.new
end
def teardown
end