spec/mplayer_edl.spec.rb in sensible-cinema-0.19.1 vs spec/mplayer_edl.spec.rb in sensible-cinema-0.19.2
- old
+ new
@@ -35,10 +35,9 @@
it "should ignore overlaps" do
a = MplayerEdl.convert_to_edl({ "mutes"=>{105=>145}, "blank_outs" => {105 => 145} } )
a.should == <<EOL
105.0 145.0 0
EOL
-
end
it "should add to mutes" do
a = MplayerEdl.convert_to_edl({ "mutes"=>{105=>106}, "blank_outs" => {110 => 111} }, 1 )
a.should == <<EOL
\ No newline at end of file