diff options
Diffstat (limited to 'test/rels/tc_relationships.rb')
| -rw-r--r-- | test/rels/tc_relationships.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rels/tc_relationships.rb b/test/rels/tc_relationships.rb index 768570b1..43e413cd 100644 --- a/test/rels/tc_relationships.rb +++ b/test/rels/tc_relationships.rb @@ -1,7 +1,6 @@ require 'tc_helper.rb' class TestRelationships < Test::Unit::TestCase - def test_for source_obj_1, source_obj_2 = Object.new, Object.new rel_1 = Axlsx::Relationship.new(source_obj_1, Axlsx::WORKSHEET_R, "bar") @@ -33,5 +32,4 @@ class TestRelationships < Test::Unit::TestCase assert(errors.size == 0) end - end |
