summaryrefslogtreecommitdiffhomepage
path: root/test/tc_package.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-05 17:34:58 +0200
committerGeremia Taglialatela <[email protected]>2023-04-06 09:55:27 +0200
commitb5d7a7a1917adb12e3ea04abe261a37f8aff7f56 (patch)
tree8e99004348e47712008b9af75da3808721e8a659 /test/tc_package.rb
parent9b246ec6395d49f09ab85ce0a2c024bf8d086d0c (diff)
downloadcaxlsx-b5d7a7a1917adb12e3ea04abe261a37f8aff7f56.tar.gz
caxlsx-b5d7a7a1917adb12e3ea04abe261a37f8aff7f56.zip
Fix Layout/EmptyLines offenses
``` rubocop --only Layout/EmptyLines -a ```
Diffstat (limited to 'test/tc_package.rb')
-rw-r--r--test/tc_package.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tc_package.rb b/test/tc_package.rb
index f7de1992..82c4cb83 100644
--- a/test/tc_package.rb
+++ b/test/tc_package.rb
@@ -268,7 +268,6 @@ class TestPackage < Test::Unit::TestCase
assert_equal(p.select{ |part| part[:entry] =~ /xl\/pivotTables\/_rels\/pivotTable\d\.xml.rels/ }.size, @package.workbook.worksheets.first.pivot_tables.size, "one or more pivot tables rels missing")
assert_equal(p.select{ |part| part[:entry] =~ /xl\/pivotCache\/pivotCacheDefinition\d\.xml/ }.size, @package.workbook.worksheets.first.pivot_tables.size, "one or more pivot tables missing")
-
#no mystery parts
assert_equal(25, p.size)