Skip to content

Commit

Permalink
Merge pull request #503 from mbj/fix/api-use-in-corpus
Browse files Browse the repository at this point in the history
Fix API usage in corpus tests
  • Loading branch information
dkubb committed Nov 24, 2015
2 parents 3cec330 + 98eecb5 commit c92dcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/corpus.rb
Expand Up @@ -131,7 +131,7 @@ def install_mutant
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.
Expand Down

0 comments on commit c92dcf4

Please sign in to comment.