diff options
Diffstat (limited to 'test/stylesheet/tc_gradient_stop.rb')
| -rw-r--r-- | test/stylesheet/tc_gradient_stop.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stylesheet/tc_gradient_stop.rb b/test/stylesheet/tc_gradient_stop.rb index 1340e225..2865f12d 100644 --- a/test/stylesheet/tc_gradient_stop.rb +++ b/test/stylesheet/tc_gradient_stop.rb @@ -1,7 +1,6 @@ require 'tc_helper.rb' class TestGradientStop < Test::Unit::TestCase - def setup @item = Axlsx::GradientStop.new(Axlsx::Color.new(:rgb=>"FFFF0000"), 1.0) end @@ -26,5 +25,4 @@ class TestGradientStop < Test::Unit::TestCase @item.color = color assert_equal(@item.color.rgb, "FF0000FF") end - end |
