summaryrefslogtreecommitdiff
path: root/spec/install/yanked_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/yanked_spec.rb')
-rw-r--r--spec/install/yanked_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/yanked_spec.rb b/spec/install/yanked_spec.rb
index 65783e294b..7c4b98bfdf 100644
--- a/spec/install/yanked_spec.rb
+++ b/spec/install/yanked_spec.rb
@@ -37,7 +37,7 @@ RSpec.context "when installing a bundle that includes yanked gems" do
G
expect(out).not_to include("Your bundle is locked to foo (10.0.0)")
- expect(out).to include("Could not find gem 'foo (= 10.0.0)' in any of the gem sources")
+ expect(out).to include("Could not find gem 'foo (= 10.0.0)' in")
end
end