summaryrefslogtreecommitdiff
path: root/spec/realworld/mirror_probe_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/realworld/mirror_probe_spec.rb')
-rw-r--r--spec/realworld/mirror_probe_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/realworld/mirror_probe_spec.rb b/spec/realworld/mirror_probe_spec.rb
index aa2d02febd..c46e4e7f20 100644
--- a/spec/realworld/mirror_probe_spec.rb
+++ b/spec/realworld/mirror_probe_spec.rb
@@ -35,7 +35,7 @@ describe "fetching dependencies with a not available mirror", :realworld => true
expect(out).to include("Installing weakling")
expect(out).to include("Bundle complete")
- expect(the_bundle).to have_installed "weakling 0.0.3"
+ expect(the_bundle).to include_gems "weakling 0.0.3"
end
end
@@ -55,7 +55,7 @@ describe "fetching dependencies with a not available mirror", :realworld => true
expect(out).to include("Installing weakling")
expect(out).to include("Bundle complete")
- expect(the_bundle).to have_installed "weakling 0.0.3"
+ expect(the_bundle).to include_gems "weakling 0.0.3"
end
end