Skip to content

Commit

Permalink
Use bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Mar 7, 2016
1 parent b6ce50c commit be6d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be6d2a3

Please sign in to comment.