diff options
| -rw-r--r-- | test/rels/tc_relationships.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/rels/tc_relationships.rb b/test/rels/tc_relationships.rb index 5df2b3e8..fb3795c3 100644 --- a/test/rels/tc_relationships.rb +++ b/test/rels/tc_relationships.rb @@ -3,12 +3,6 @@ require 'axlsx.rb' class TestRelationships < Test::Unit::TestCase - def setup - @rels = Axlsx::Relationships.new - end - - def teardown - end def test_valid_document @rels = Axlsx::Relationships.new |
