summaryrefslogtreecommitdiffhomepage
path: root/test/stylesheet/tc_cell_style.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/stylesheet/tc_cell_style.rb')
-rw-r--r--test/stylesheet/tc_cell_style.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/stylesheet/tc_cell_style.rb b/test/stylesheet/tc_cell_style.rb
index 878c7aab..8700d8c3 100644
--- a/test/stylesheet/tc_cell_style.rb
+++ b/test/stylesheet/tc_cell_style.rb
@@ -1,9 +1,8 @@
-require 'test/unit'
-require 'axlsx.rb'
+require 'tc_helper.rb'
class TestCellStyle < Test::Unit::TestCase
- def setup
+ def setup
@item = Axlsx::CellStyle.new
end