test/rels/tc_relationships.rb in axlsx-1.0.10 vs test/rels/tc_relationships.rb in axlsx-1.0.11

- old
+ new

@@ -1,10 +1,9 @@ require 'test/unit' require 'axlsx.rb' class TestRelationships < Test::Unit::TestCase - def test_valid_document @rels = Axlsx::Relationships.new schema = Nokogiri::XML::Schema(File.open(Axlsx::RELS_XSD)) doc = Nokogiri::XML(@rels.to_xml) errors = []