diff options
Diffstat (limited to 'test/stylesheet/tc_font.rb')
| -rw-r--r-- | test/stylesheet/tc_font.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stylesheet/tc_font.rb b/test/stylesheet/tc_font.rb index aaa72aa0..fb52f846 100644 --- a/test/stylesheet/tc_font.rb +++ b/test/stylesheet/tc_font.rb @@ -1,7 +1,6 @@ require 'tc_helper.rb' class TestFont < Test::Unit::TestCase - def setup @item = Axlsx::Font.new end @@ -127,5 +126,4 @@ class TestFont < Test::Unit::TestCase assert_nothing_raised { @item.sz = 5 } assert_equal(@item.sz, 5) end - end |
