spec/parsing/bh_spec.rb in efo_nelfo-1.3.2 vs spec/parsing/bh_spec.rb in efo_nelfo-1.4.0

- old
+ new

@@ -44,11 +44,6 @@ it "adds text to orderline" do order = EfoNelfo.load(csv('B650517.032.csv')) order.lines.first.text.first.to_s.must_equal "Her er litt fritekst" end - it "stores the contents file in the Order object" do - filename = csv('B650517.032.csv') - order = EfoNelfo.load(filename) - order.source.must_equal File.read(filename) - end end