summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-07-05 14:49:23 -0700
committerMatt Wrock <matt@mattwrock.com>2016-07-05 14:49:23 -0700
commit1981aca1c061cae85e8685f2cb584cdedc5ae16a (patch)
tree4d954f73a1534c6e048cd97de52b82f617e3a6ce
parenta5f6e94eb097c5c16fab4c5be595ce889227ca4c (diff)
downloadchef-ffi_fun.tar.gz
use --local for chef-config bundle installffi_fun
-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