mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
Remove worthless line from Rakefile
/cc @aroben
This commit is contained in:
parent
b0be4c0321
commit
40d50c58c4
1
Rakefile
1
Rakefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user