summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-05-31 12:27:00 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-06-05 21:54:12 -0500
commitb32507870557f8b198d58558a79de4f5aedcb2ae (patch)
tree427a95b4095d4179cf84492e2686a18f4d4c3996
parent9ede16d8c98e1bb9c1e39f95352cd5a0a98191c1 (diff)
downloadbundler-b32507870557f8b198d58558a79de4f5aedcb2ae.tar.gz
Update platform specs for implicit ruby version unlocking
-rw-r--r--spec/other/platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb
index 8d546fca57..a219853e2f 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -376,7 +376,7 @@ G
bundle :check
expect(exitstatus).to eq(0) if exitstatus
- expect(out).to eq("The Gemfile's dependencies are satisfied")
+ expect(out).to eq("Resolving dependencies...\nThe Gemfile's dependencies are satisfied")
end
it "checks fine with any engine" do
@@ -395,7 +395,7 @@ G
bundle :check
expect(exitstatus).to eq(0) if exitstatus
- expect(out).to eq("The Gemfile's dependencies are satisfied")
+ expect(out).to eq("Resolving dependencies...\nThe Gemfile's dependencies are satisfied")
end
end