diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 20:02:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 20:02:06 +0900 |
| commit | a61e58efc3055f51019c26d7853bf227a33d20b2 (patch) | |
| tree | 485550301d0993f972a658f58ff71b7a21a87cca /test/rels | |
| parent | b2fe6b32fe35fc54265b908257f3c131052db664 (diff) | |
| download | caxlsx-a61e58efc3055f51019c26d7853bf227a33d20b2.tar.gz caxlsx-a61e58efc3055f51019c26d7853bf227a33d20b2.zip | |
clean up as we do not need a set up method in this test.
Diffstat (limited to 'test/rels')
| -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 |
