aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/other/platform_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb
index 13b57c13..ad9390cf 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -1125,8 +1125,8 @@ G
G
bundle "outdated"
- expect(out).to include("activesupport (3.0 > 2.3.5)")
- expect(out).to include("foo (1.0")
+ expect(out).to include("activesupport (newest 3.0, installed 2.3.5, requested = 2.3.5")
+ expect(out).to include("foo (newest 1.0")
end
it "returns list of outdated gems when the ruby version matches for any engine" do
@@ -1145,8 +1145,8 @@ G
G
bundle "outdated"
- expect(out).to include("activesupport (3.0 > 2.3.5)")
- expect(out).to include("foo (1.0")
+ expect(out).to include("activesupport (newest 3.0, installed 2.3.5, requested = 2.3.5)")
+ expect(out).to include("foo (newest 1.0")
end
end