summaryrefslogtreecommitdiff
path: root/tasks/rspec.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-12-07 14:58:35 -0800
committerJohn Keiser <john@johnkeiser.com>2015-12-07 16:27:18 -0800
commit5085b5e365f6fb1052b658c107f6f1a322a12fbb (patch)
treedbb35bceeb49457f1aa90eaaf9bf3bdbb06f5e5d /tasks/rspec.rb
parentdc98ac77aafe4676a45eb16a991f982d20130ed2 (diff)
downloadchef-5085b5e365f6fb1052b658c107f6f1a322a12fbb.tar.gz
Use latest bundler and rubygemsjk/reenable-bundler-cache
Diffstat (limited to 'tasks/rspec.rb')
-rw-r--r--tasks/rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index 6e802d3df8..4d74fa0951 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 --local")
+ sh("bundle install")
sh("bundle exec rake spec")
end
end