test/unit/executable_test.rb in sprout-1.0.31.pre vs test/unit/executable_test.rb in sprout-1.0.32.pre
- old
+ new
@@ -212,9 +212,10 @@
t.source_path << 'test/fixtures/executable/src'
t.input = 'test/fixtures/executable/src/Main.as'
end
assert_equal 'bin/SomeFile.swf', @tool.output
assert_equal "-output=bin/SomeFile.swf -source-path+=test/fixtures/executable/src test/fixtures/executable/src/Main.as", @tool.to_shell
+ assert_equal 'bin/SomeFile.swf', CLEAN.first
end
end
should "add libraries as provided" do
as_a_unix_system do