diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-07-05 14:49:23 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-07-05 14:49:23 -0700 |
commit | 1981aca1c061cae85e8685f2cb584cdedc5ae16a (patch) | |
tree | 4d954f73a1534c6e048cd97de52b82f617e3a6ce | |
parent | a5f6e94eb097c5c16fab4c5be595ce889227ca4c (diff) | |
download | chef-ffi_fun.tar.gz |
use --local for chef-config bundle installffi_fun
-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 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 |