aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_integration_cmds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_integration_cmds.rb')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index 3eef41515..43b8689af 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -160,7 +160,7 @@ class IntegrationCommandTests < Homebrew::TestCase
def setup_remote_tap(name)
tap = Tap.fetch name
- tap.install(:full_clone => false, :quiet => true) unless tap.installed?
+ tap.install(full_clone: false, quiet: true) unless tap.installed?
tap
end