summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-26 15:20:26 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-10-03 08:48:57 -0300
commitdd96e3f1d51ce10b9632afd8a2563357fdbd1451 (patch)
tree17e38f31220971ca17751f18c086fb520b41abc2
parent9d4c99ca617f3a6ec7bf3610e59285056000e875 (diff)
downloadbundler-dd96e3f1d51ce10b9632afd8a2563357fdbd1451.tar.gz
Remove commented out code
-rw-r--r--spec/bundler/plugin/installer_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/plugin/installer_spec.rb b/spec/bundler/plugin/installer_spec.rb
index f8bf8450c9..653f31647c 100644
--- a/spec/bundler/plugin/installer_spec.rb
+++ b/spec/bundler/plugin/installer_spec.rb
@@ -3,10 +3,6 @@
RSpec.describe Bundler::Plugin::Installer do
subject(:installer) { Bundler::Plugin::Installer.new }
- before do
- # allow(Bundler::SharedHelpers).to receive(:find_gemfile).and_return(Pathname.new("/Gemfile"))
- end
-
describe "cli install" do
it "uses Gem.sources when non of the source is provided" do
sources = double(:sources)