diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-02-26 22:05:24 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-02-28 16:41:21 +0100 |
commit | 4fbf085ea2748436755751e59240f3ab042cfcd7 (patch) | |
tree | 52615117c4001671dc61fb6effd6f1de268c38e1 | |
parent | f89bca863fdaec498d19b2aabe88653a5c585d84 (diff) | |
download | bundler-4fbf085ea2748436755751e59240f3ab042cfcd7.tar.gz |
Remove unnecessary gems.rb file creation
Not necessary for the test since the main before block already creates
one.
-rw-r--r-- | spec/other/major_deprecation_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb index 09c3bdb7fa..9f222e6046 100644 --- a/spec/other/major_deprecation_spec.rb +++ b/spec/other/major_deprecation_spec.rb @@ -41,7 +41,6 @@ RSpec.describe "major deprecations", :bundler => "< 2" do describe "bundle update" do before do - create_file("gems.rb", "") bundle! "install" end |