Merge pull request #503 from mbj/fix/api-use-in-corpus
Fix API usage in corpus tests
This commit is contained in:
commit
c92dcf4560
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue