aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-06-02 09:17:05 +0200
committerMartin Afanasjew2016-06-02 09:36:51 +0200
commitd2cdbcbb18aaf667077eb46c2abc2cfd8690f919 (patch)
treef0c445211d31df4b07293ccda6cd2486fc6769ff /Library
parent1c00fed1196ee3fe77604caa96cf97921705917f (diff)
downloadbrew-d2cdbcbb18aaf667077eb46c2abc2cfd8690f919.tar.bz2
tests: add missing require
Amends e4d0187120e61bc80d31ebecc3b38f0740b20bb5. The `require` was accidentally omitted causing the tests to fail very sporadically (or always, when invoked as `brew tests --only=integration_cmds`).
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index a249146cf..89b8be6d3 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -2,6 +2,7 @@ require "bundler"
require "testing_env"
require "fileutils"
require "pathname"
+require "formula"
class IntegrationCommandTests < Homebrew::TestCase
def setup