diff options
| author | Markus Reiter | 2017-02-03 14:05:07 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-02-12 23:06:35 +0100 |
| commit | e70d28cba1b42c555f025b7beb13f67d2df5a067 (patch) | |
| tree | 5237b664f5f5bb29f48a7568daf819f4041ebbb8 /Library/Homebrew/test/support | |
| parent | f48857d24657c2cf9c8d01c781ba270cff52c8a0 (diff) | |
| download | brew-e70d28cba1b42c555f025b7beb13f67d2df5a067.tar.bz2 | |
Add test to check if `rubocop-cask` version is is outdated.
Diffstat (limited to 'Library/Homebrew/test/support')
| -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" |
