summaryrefslogtreecommitdiff
path: root/spec/bundler/cache/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/cache/platform_spec.rb')
-rw-r--r--spec/bundler/cache/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/cache/platform_spec.rb b/spec/bundler/cache/platform_spec.rb
index 128278956c..36db954c79 100644
--- a/spec/bundler/cache/platform_spec.rb
+++ b/spec/bundler/cache/platform_spec.rb
@@ -41,7 +41,7 @@ RSpec.describe "bundle cache with multiple platforms" do
end
it "ensures that a successful bundle update does not delete gems for other platforms" do
- bundle "update", :all => true
+ bundle "update", all: true
expect(bundled_app("vendor/cache/rack-1.0.0.gem")).to exist
expect(bundled_app("vendor/cache/activesupport-2.3.5.gem")).to exist