summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/tc_workbook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/workbook/tc_workbook.rb')
-rw-r--r--test/workbook/tc_workbook.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/tc_workbook.rb b/test/workbook/tc_workbook.rb
index c5a72e48..c085ed91 100644
--- a/test/workbook/tc_workbook.rb
+++ b/test/workbook/tc_workbook.rb
@@ -90,7 +90,7 @@ class TestWorkbook < Test::Unit::TestCase
end
def test_relationships
- #current relationship size is 1 due to style relation
+ # current relationship size is 1 due to style relation
assert(@wb.relationships.size == 1)
@wb.add_worksheet
assert(@wb.relationships.size == 2)