diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:34:58 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:27 +0200 |
| commit | b5d7a7a1917adb12e3ea04abe261a37f8aff7f56 (patch) | |
| tree | 8e99004348e47712008b9af75da3808721e8a659 /test/stylesheet/tc_font.rb | |
| parent | 9b246ec6395d49f09ab85ce0a2c024bf8d086d0c (diff) | |
| download | caxlsx-b5d7a7a1917adb12e3ea04abe261a37f8aff7f56.tar.gz caxlsx-b5d7a7a1917adb12e3ea04abe261a37f8aff7f56.zip | |
Fix Layout/EmptyLines offenses
```
rubocop --only Layout/EmptyLines -a
```
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 } |
