From be6d2a379b81fcdd91746e57d4cb2787ed1837fb Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Mon, 7 Mar 2016 09:15:12 -0800 Subject: [PATCH] Use bundle exec --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4eb773ba116..7081147d6f3 100644 --- a/Rakefile +++ b/Rakefile @@ -108,7 +108,7 @@ task :test_all do Bundler.with_clean_env do bundle_install sh "bundle exec rspec" - sh "rubocop" + sh "bundle exec rubocop" end rescue => ex puts "[[FAILURE]] with repo '#{repo}' due to\n\n#{ex}\n\n"