diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/rels/tc_relationship.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rels/tc_relationship.rb b/test/rels/tc_relationship.rb index 98f21b0b..ef995449 100644 --- a/test/rels/tc_relationship.rb +++ b/test/rels/tc_relationship.rb @@ -10,6 +10,7 @@ class TestRelationships < Test::Unit::TestCase def test_type assert_raise(ArgumentError) { Axlsx::Relationship.new 'type', 'target' } assert_nothing_raised { Axlsx::Relationship.new Axlsx::WORKSHEET_R, 'target' } + assert_nothing_raised { Axlsx::Relationship.new Axlsx::COMMENT_R, 'target' } end def test_target_mode |
