summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-07-22 12:29:20 -0400
committerSamuel Giddins <segiddins@segiddins.me>2016-07-22 12:29:20 -0400
commit0be0d9a186110be65c59099c7633a83feeaa6cf9 (patch)
tree02d4f1975c623f19a4eaf969fd32c4293637c28c /spec/support/helpers.rb
parent68d5af4cd7c32983cd1a58eec64a656846b83668 (diff)
downloadbundler-0be0d9a186110be65c59099c7633a83feeaa6cf9.tar.gz
Add install_gemfile! for specs
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r--spec/support/helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 0293f08716..0d2338df90 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -217,6 +217,7 @@ module Spec
opts[:retry] ||= 0
bundle :install, opts
end
+ bang :install_gemfile
def lock_gemfile(*args)
gemfile(*args)