Add update-cef dependency on rake test

This commit is contained in:
Corey Johnson
2013-02-20 13:56:22 -08:00
parent af58c1e83f
commit b14099c10d

View File

@@ -93,7 +93,7 @@ task :clean do
end
desc "Run the specs"
task :test => ["clone-default-bundles", "build"] do
task :test => ["update-cef", "clone-default-bundles", "build"] do
`pkill Atom`
if path = application_path()
`rm -rf path`