Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
update compact index fetching message expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect authored and segiddins committed Jan 25, 2016
1 parent 1644b6e commit 29b6681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/install/gems/compact_index_spec.rb
Expand Up @@ -123,7 +123,7 @@
G

bundle :install, :fakeweb => "windows"
expect(out).to include("Fetching gem metadata from #{source_uri}")
expect(out).to include("Fetching source index from #{source_uri}")
should_be_installed "rcov 1.0.0"
end

Expand Down Expand Up @@ -289,7 +289,7 @@ def require(*args)
bundle :install, :artifice => "compact_index_extra"

expect(out).to include("Fetching gem metadata from http://localgemserver.test/")
expect(out).to include("Fetching gem metadata from http://localgemserver.test/extra")
expect(out).to include("Fetching source index from http://localgemserver.test/extra")
end

it "does not fetch every spec if the index of gems is large when doing back deps" do
Expand Down

0 comments on commit 29b6681

Please sign in to comment.