summaryrefslogtreecommitdiff
path: root/spec/other/platform_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-05 20:05:02 -0700
committerAndre Arko <andre@arko.net>2015-04-05 20:05:02 -0700
commit471e139fe6eccd7fffea3bd9d5638901ad2acf38 (patch)
tree48e8f96bdc11ac24b9c89ff45c8c731f93d3057b /spec/other/platform_spec.rb
parent26e5935771e0290371d21ca36458c37509cef8ff (diff)
downloadbundler-471e139fe6eccd7fffea3bd9d5638901ad2acf38.tar.gz
missed some outdated format specs
Diffstat (limited to 'spec/other/platform_spec.rb')
-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 13b57c135e..ad9390cfa8 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