diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-06-24 19:55:24 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-06-24 19:55:24 -0500 |
commit | 95909d1d0eb3d30711876e7517babbcbabe53a1d (patch) | |
tree | b1888010446487094655c8e79ef9856469b53416 /spec/support/helpers.rb | |
parent | bf0a74c5e5d3306a34f8773104e195bfb7dca865 (diff) | |
download | bundler-seg-gemspec-ruby.tar.gz |
Add specs for inferring ruby version from gemspecsseg-gemspec-ruby
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r-- | spec/support/helpers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb index d2a812b3a1..a2bc04d942 100644 --- a/spec/support/helpers.rb +++ b/spec/support/helpers.rb @@ -204,6 +204,7 @@ module Spec opts[:retry] ||= 0 bundle :install, opts end + bang :install_gemfile def lock_gemfile(*args) gemfile(*args) |