Merge pull request #503 from mbj/fix/api-use-in-corpus

Fix API usage in corpus tests
This commit is contained in:
Dan Kubb 2015-11-23 21:35:14 -08:00
commit c92dcf4560

View file

@ -131,7 +131,7 @@ module MutantSpec
end
lockfile = repo_path.join('Gemfile.lock')
lockfile.delete if lockfile.exist?
system('bundle install')
system(%w[bundle])
end
# Not in the docs. Number from chatting with their support.