summaryrefslogtreecommitdiffhomepage
path: root/test/rels/tc_relationship.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rels/tc_relationship.rb')
-rw-r--r--test/rels/tc_relationship.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rels/tc_relationship.rb b/test/rels/tc_relationship.rb
index b9674a19..afdf5d1f 100644
--- a/test/rels/tc_relationship.rb
+++ b/test/rels/tc_relationship.rb
@@ -1,7 +1,6 @@
require 'tc_helper.rb'
class TestRelationships < Test::Unit::TestCase
-
def test_instances_with_different_attributes_have_unique_ids
rel_1 = Axlsx::Relationship.new(Object.new, Axlsx::WORKSHEET_R, 'target')
rel_2 = Axlsx::Relationship.new(Object.new, Axlsx::COMMENT_R, 'foobar')