diff options
Diffstat (limited to 'test/stylesheet/tc_color.rb')
| -rw-r--r-- | test/stylesheet/tc_color.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stylesheet/tc_color.rb b/test/stylesheet/tc_color.rb index 660cc672..1fff4c3b 100644 --- a/test/stylesheet/tc_color.rb +++ b/test/stylesheet/tc_color.rb @@ -1,7 +1,6 @@ require 'tc_helper.rb' class TestColor < Test::Unit::TestCase - def setup @item = Axlsx::Color.new end @@ -38,5 +37,4 @@ class TestColor < Test::Unit::TestCase assert_nothing_raised { @item.tint = -1.0 } assert_equal(@item.tint, -1.0 ) end - end |
