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 616a68f09e..c6ac835576 100644
--- a/tasks/rspec.rb
+++ b/tasks/rspec.rb
@@ -29,7 +29,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