summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/install_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/commands/install_spec.rb b/spec/bundler/commands/install_spec.rb
index 881b5e8e2f..a090f8b104 100644
--- a/spec/bundler/commands/install_spec.rb
+++ b/spec/bundler/commands/install_spec.rb
@@ -313,7 +313,6 @@ RSpec.describe "bundle install with gem sources" do
gem "rack"
G
- bundle :install
expect(err).to include("Your Gemfile has no gem server sources")
end
@@ -384,7 +383,6 @@ RSpec.describe "bundle install with gem sources" do
end
G
- bundle :install, :artifice => nil
expect(err).to include("Could not fetch specs from http://0.0.0.0:9384/")
expect(err).not_to include("file://")
end