summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks/rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index 4d74fa0951..6e802d3df8 100644
--- a/tasks/rspec.rb
+++ b/tasks/rspec.rb
@@ -30,7 +30,7 @@ begin
task :component_specs do
Dir.chdir("chef-config") do
Bundler.with_clean_env do
- sh("bundle install")
+ sh("bundle install --local")
sh("bundle exec rake spec")
end
end