summaryrefslogtreecommitdiff
path: root/spec/other/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/other/platform_spec.rb')
-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 97ed8d4f1c..7aa0d0f8ea 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -494,7 +494,7 @@ G
end
bundle "update"
- expect(the_bundle).to have_installed "rack 1.2", "rack-obama 1.0", "activesupport 3.0"
+ expect(the_bundle).to include_gems "rack 1.2", "rack-obama 1.0", "activesupport 3.0"
end
it "updates fine with any engine" do
@@ -511,7 +511,7 @@ G
end
bundle "update"
- expect(the_bundle).to have_installed "rack 1.2", "rack-obama 1.0", "activesupport 3.0"
+ expect(the_bundle).to include_gems "rack 1.2", "rack-obama 1.0", "activesupport 3.0"
end
end