From 4fbf085ea2748436755751e59240f3ab042cfcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 26 Feb 2019 22:05:24 +0100 Subject: Remove unnecessary gems.rb file creation Not necessary for the test since the main before block already creates one. --- spec/other/major_deprecation_spec.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1