summaryrefslogtreecommitdiff
path: root/spec/bundler/plugins/command_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/plugins/command_spec.rb')
-rw-r--r--spec/bundler/plugins/command_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/plugins/command_spec.rb b/spec/bundler/plugins/command_spec.rb
index 3a7adf4b48..af132d6550 100644
--- a/spec/bundler/plugins/command_spec.rb
+++ b/spec/bundler/plugins/command_spec.rb
@@ -69,7 +69,7 @@ RSpec.describe "command plugins" do
end
end
- bundle "plugin install copycat --source #{file_uri_for(gem_repo2)}", :raise_on_error => false
+ bundle "plugin install copycat --source #{file_uri_for(gem_repo2)}", raise_on_error: false
expect(out).not_to include("Installed plugin copycat")