test/test_pipeline.rb in tracksperanto-2.0.2 vs test/test_pipeline.rb in tracksperanto-2.1.0

- old
+ new

@@ -83,10 +83,10 @@ def test_run_with_overridden_importer_and_no_size FileUtils.cp("./import/samples/shake_script/four_tracks_in_one_stabilizer.shk", "./input.shk") pipeline = Tracksperanto::Pipeline::Base.new assert_nothing_raised { pipeline.run("./input.shk", :importer => "Syntheyes", :width => 720, :height => 576) } - assert_equal 12, Dir.glob("./input*").length, "Twelve files should be present for the input and outputs" + assert_equal 13, Dir.glob("./input*").length, "Twelve files should be present for the input and outputs" end def test_run_with_overridden_importer_and_size_for_file_that_would_be_recognized_differently FileUtils.cp("./import/samples/shake_script/four_tracks_in_one_stabilizer.shk", "./input.stabilizer") pipeline = Tracksperanto::Pipeline::Base.new \ No newline at end of file