diff options
Diffstat (limited to 'test/stylesheet/tc_font.rb')
| -rw-r--r-- | test/stylesheet/tc_font.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/stylesheet/tc_font.rb b/test/stylesheet/tc_font.rb index 4d548d7c..58f84b08 100644 --- a/test/stylesheet/tc_font.rb +++ b/test/stylesheet/tc_font.rb @@ -9,7 +9,6 @@ class TestFont < Test::Unit::TestCase def teardown end - def test_initialiation assert_equal(@item.name, nil) assert_equal(@item.charset, nil) @@ -26,8 +25,6 @@ class TestFont < Test::Unit::TestCase assert_equal(@item.sz, nil) end - - # def name=(v) Axlsx::validate_string v; @name = v end def test_name assert_raise(ArgumentError) { @item.name = 7 } |
