diff options
| author | Josh Hagins | 2016-10-19 12:35:12 -0400 |
|---|---|---|
| committer | Josh Hagins | 2016-10-19 12:35:47 -0400 |
| commit | fef8f143e8a97141b747e9288100d4e8dbd3fc19 (patch) | |
| tree | be120ba144d9aa8411aff6c6b146bcaffb39e2bc /Library/Homebrew/cask/test/test_helper.rb | |
| parent | e8b6aa4ed16b662cf7a3847e6f7995ca8c8e0194 (diff) | |
| download | brew-fef8f143e8a97141b747e9288100d4e8dbd3fc19.tar.bz2 | |
compliance_test: unset HOMEBREW_DEVELOPER to avoid deprecation errors
Diffstat (limited to 'Library/Homebrew/cask/test/test_helper.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/test_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/test/test_helper.rb b/Library/Homebrew/cask/test/test_helper.rb index 25b32d2de..8f5e25777 100644 --- a/Library/Homebrew/cask/test/test_helper.rb +++ b/Library/Homebrew/cask/test/test_helper.rb @@ -17,7 +17,9 @@ require "global" # add Homebrew-Cask to load path $LOAD_PATH.push(project_root.join("lib").to_s) +require "test/helper/env" require "test/helper/shutup" +include Test::Helper::Env include Test::Helper::Shutup def sudo(*args) |
