diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/rspec.rb | 2 |
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 |