test/test_edl.rb in edl-0.1.1 vs test/test_edl.rb in edl-0.1.2
- old
+ new
@@ -603,10 +603,10 @@
context "A complex EDL passed via Parser should" do
specify "parse without errors" do
assert_nothing_raised { EDL::Parser.new.parse(File.open(FORTY_FIVER)) }
end
- specify "parse the plates EDL with many events" do
+ specify "parse the EDL with \\r line breaks properly" do
evts = EDL::Parser.new.parse(File.read(PLATES))
assert_equal 3, evts.length
end
# TODO: this does not belong here
\ No newline at end of file