From 29b66815221120bbc14da773f0c4988569f31615 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 26 Dec 2015 18:56:26 +0800 Subject: [PATCH] update compact index fetching message expectations --- spec/install/gems/compact_index_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/install/gems/compact_index_spec.rb b/spec/install/gems/compact_index_spec.rb index e94e0c3e09c..e54e09d4a0e 100644 --- a/spec/install/gems/compact_index_spec.rb +++ b/spec/install/gems/compact_index_spec.rb @@ -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 @@ -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