diff options
| author | Markus Reiter | 2017-02-12 23:27:22 +0100 |
|---|---|---|
| committer | GitHub | 2017-02-12 23:27:22 +0100 |
| commit | cfc90af3cbdcc84c3aef0121cd00e89798bf28c8 (patch) | |
| tree | 1dc4e3bb2609a05d3add8f853d6da77b51cb6221 /Library/Homebrew/test | |
| parent | 93724c0645f59ccdb4b4bf34f701957bacb5e45a (diff) | |
| parent | fd7616b8939e87423ab1785a0c0f17a44c92e571 (diff) | |
| download | brew-cfc90af3cbdcc84c3aef0121cd00e89798bf28c8.tar.bz2 | |
Merge pull request #1947 from reitermarkus/rubocop-constants
Use constants for RuboCop version.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/support/lib/config.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/support/lib/config.rb b/Library/Homebrew/test/support/lib/config.rb index fb5c210fe..3a0a76722 100644 --- a/Library/Homebrew/test/support/lib/config.rb +++ b/Library/Homebrew/test/support/lib/config.rb @@ -2,6 +2,8 @@ unless ENV["HOMEBREW_BREW_FILE"] raise "HOMEBREW_BREW_FILE was not exported! Please call bin/brew directly!" end +require "constants" + require "tmpdir" require "pathname" |
