summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-21 12:35:16 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 13:19:04 +0200
commite8c08b0cee32e7229a3a27c5326b4ec7332211f3 (patch)
tree3e62da9f38a4c61f2364388710fe7fced4ed25e5
parentad9ba01b428e3038248350f7f96ae973b5652a82 (diff)
downloadbundler-e8c08b0cee32e7229a3a27c5326b4ec7332211f3.tar.gz
Prefer the standard `install_gemfile!`
-rw-r--r--spec/other/major_deprecation_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb
index 3d79a51b94..7047235dd3 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -5,12 +5,11 @@ RSpec.describe "major deprecations" do
describe "Bundler" do
before do
- create_file "gems.rb", <<-G
+ install_gemfile! <<-G
source "file:#{gem_repo1}"
ruby #{RUBY_VERSION.dump}
gem "rack"
G
- bundle! "install"
end
describe ".clean_env" do