spec/normaliser_spec.rb in onix-0.7.2 vs spec/normaliser_spec.rb in onix-0.7.3
- old
+ new
@@ -19,9 +19,10 @@
specify "should correctly convert short tag file to reference tag" do
ONIX::Normaliser.process(@filename, @outfile)
File.file?(@outfile).should be_true
content = File.read(@outfile)
+ puts content
content.include?("<m174>").should be_false
content.include?("<FromCompany>").should be_true
end
end