summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 11:55:17 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-08 13:04:25 +0200
commit645a3d862a99f745ab1fdbc86b375a13e81f06f4 (patch)
tree40f2a05d55147bbc5b1f6e3ef335db42d681cd82
parentba9031c2895f70ba456da8cbf20716373939e975 (diff)
downloadbundler-645a3d862a99f745ab1fdbc86b375a13e81f06f4.tar.gz
Remove unnecessary Gemfile creation
Gemfile is not considered in this situation.
-rw-r--r--spec/commands/list_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/commands/list_spec.rb b/spec/commands/list_spec.rb
index 50d1a60f5f..d87b7c27da 100644
--- a/spec/commands/list_spec.rb
+++ b/spec/commands/list_spec.rb
@@ -82,7 +82,6 @@ RSpec.describe "bundle list", :bundler => ">= 2" do
build_git "git_test", "1.0.0", :path => lib_path("git_test")
build_lib("gemspec_test", :path => tmp.join("gemspec_test")) do |s|
- s.write("Gemfile", "source :rubygems\ngemspec")
s.add_dependency "bar", "=1.0.0"
end