Remove worthless line from Rakefile

/cc @aroben
This commit is contained in:
Corey Johnson 2013-02-28 09:26:51 -08:00
parent b0be4c0321
commit 40d50c58c4

View File

@ -99,7 +99,6 @@ desc "Run the specs"
task :test => ["update-cef", "clone-default-bundles", "build"] do
`pkill Atom`
if path = application_path()
`rm -rf path`
cmd = "#{path}/Contents/MacOS/Atom --test --resource-path=#{ATOM_SRC_PATH} 2> /dev/null"
system(cmd)
exit($?.exitstatus)