From a61e58efc3055f51019c26d7853bf227a33d20b2 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 29 Nov 2011 20:02:06 +0900 Subject: clean up as we do not need a set up method in this test. --- test/rels/tc_relationships.rb | 6 ------ 1 file changed, 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 -- cgit v1.2.3