Commit b0f8de83 by Brian John Committed by Jon Yurek

fix 'rm: gemfiles/*.lock: No such file or directory' error when running rake

parent 2bfd92b6
......@@ -11,7 +11,7 @@ task :all do |t|
if ENV['BUNDLE_GEMFILE']
exec('rake spec cucumber')
else
exec("rm gemfiles/*.lock")
exec("rm -f gemfiles/*.lock")
Rake::Task["appraisal:gemfiles"].execute
Rake::Task["appraisal:install"].execute
exec('rake appraisal')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment