From 9dc1f8f3cd405bc299eb688075687f951afd3e13 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 13 Nov 2016 21:35:20 +0100 Subject: Require `integration_command_test_case` in `testing_env`. --- Library/Homebrew/test/support/helper/integration_command_test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test/support') 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 -- cgit v1.2.3