aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-12 16:50:41 +0100
committerGitHub2017-02-12 16:50:41 +0100
commitc660e01a674b69d0af6c3f860cc8486bf0a8af82 (patch)
tree78353f4e7cfe59f5da266a951939c868db11c170 /Library/Homebrew/test/support
parent76dfe030c70cde3aee731e5a68b82b9ac227b89c (diff)
parent9e97eadccbd99df1c6ffe489ab316d7ebde7fe86 (diff)
downloadbrew-c660e01a674b69d0af6c3f860cc8486bf0a8af82.tar.bz2
Merge pull request #1993 from alyssais/rubocop_method_trailing_comma
rubocop: trailing comma in multiline method calls
Diffstat (limited to 'Library/Homebrew/test/support')
-rw-r--r--Library/Homebrew/test/support/helper/integration_command_test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/support/helper/integration_command_test_case.rb b/Library/Homebrew/test/support/helper/integration_command_test_case.rb
index 45e73757a..7ba094645 100644
--- a/Library/Homebrew/test/support/helper/integration_command_test_case.rb
+++ b/Library/Homebrew/test/support/helper/integration_command_test_case.rb
@@ -35,7 +35,7 @@ class IntegrationCommandTestCase < Homebrew::TestCase
"HOMEBREW_BREW_FILE" => HOMEBREW_PREFIX/"bin/brew",
"HOMEBREW_INTEGRATION_TEST" => cmd_id_from_args(args),
"HOMEBREW_TEST_TMPDIR" => TEST_TMPDIR,
- "HOMEBREW_DEVELOPER" => ENV["HOMEBREW_DEVELOPER"]
+ "HOMEBREW_DEVELOPER" => ENV["HOMEBREW_DEVELOPER"],
)
ruby_args = [