aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
diff options
context:
space:
mode:
authorMarkus Reiter2016-11-13 21:35:20 +0100
committerMarkus Reiter2016-11-16 23:52:38 +0100
commit9dc1f8f3cd405bc299eb688075687f951afd3e13 (patch)
tree247c576089c3ca2626f23456293e4cb21d681375 /Library/Homebrew/test/support
parent9d82acbf30e9a5d0eb06be9726803d362e2fa91e (diff)
downloadbrew-9dc1f8f3cd405bc299eb688075687f951afd3e13.tar.bz2
Require `integration_command_test_case` in `testing_env`.
Diffstat (limited to 'Library/Homebrew/test/support')
-rw-r--r--Library/Homebrew/test/support/helper/integration_command_test_case.rb1
1 files changed, 1 insertions, 0 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 9306617eb..5940fd84b 100644
--- a/Library/Homebrew/test/support/helper/integration_command_test_case.rb
+++ b/Library/Homebrew/test/support/helper/integration_command_test_case.rb
@@ -2,6 +2,7 @@ require "bundler"
require "fileutils"
require "pathname"
require "formula"
+require "test/support/helper/test_case"
class IntegrationCommandTestCase < Homebrew::TestCase
def setup