From 98eecb51014e8592c366e36442450c390563684e Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 20 Sep 2015 16:03:52 +0000 Subject: [PATCH] Fix API usage in corpus tests * I HATE DYNLANGS! --- spec/support/corpus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/corpus.rb b/spec/support/corpus.rb index 9877a3392..3dee8e9d3 100644 --- a/spec/support/corpus.rb +++ b/spec/support/corpus.rb @@ -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.