summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/tc_workbook_view.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/workbook/tc_workbook_view.rb')
-rw-r--r--test/workbook/tc_workbook_view.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/workbook/tc_workbook_view.rb b/test/workbook/tc_workbook_view.rb
index 8829924f..07f21f6a 100644
--- a/test/workbook/tc_workbook_view.rb
+++ b/test/workbook/tc_workbook_view.rb
@@ -43,6 +43,7 @@ class TestWorkbookView < Test::Unit::TestCase
value = value ? 1 : 0
end
path = "workbookView[@#{Axlsx.camel(key, false)}='#{value}']"
+
assert_equal(1, doc.xpath(path).size)
end
end