aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
diff options
context:
space:
mode:
authorMarkus Reiter2017-01-26 08:19:42 +0100
committerMarkus Reiter2017-02-03 17:27:36 +0100
commit98b6766f4e93b324a6e695c3daf0fe313b4433e6 (patch)
tree40787ebf12c3bd28d1af65535a6b66e75a65dbbe /Library/Homebrew/test/support
parentd0c5b98a626131477c6d0cab6255509f84d00ef8 (diff)
downloadbrew-98b6766f4e93b324a6e695c3daf0fe313b4433e6.tar.bz2
Require `formulary` and `tap` in `Homebrew::TestCase`.
Diffstat (limited to 'Library/Homebrew/test/support')
-rw-r--r--Library/Homebrew/test/support/helper/test_case.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/support/helper/test_case.rb b/Library/Homebrew/test/support/helper/test_case.rb
index 1c84b5c63..daa663494 100644
--- a/Library/Homebrew/test/support/helper/test_case.rb
+++ b/Library/Homebrew/test/support/helper/test_case.rb
@@ -1,3 +1,6 @@
+require "formulary"
+require "tap"
+
module Homebrew
class TestCase < ::Minitest::Test
require "test/support/helper/fs_leak_logger"