rake test kills all existing Atom processes

Existing Atom processes were causes false positive ci builds.
This commit is contained in:
Corey Johnson 2012-11-12 08:44:16 -08:00
parent 1f7b92495a
commit 448060a619

View File

@ -116,6 +116,7 @@ end
desc "Run the specs"
task :test => ["clean", "clone-default-bundles"] do
`pkill Atom`
Rake::Task["run"].invoke("--test")
end