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`).
This commit is contained in:
Martin Afanasjew 2016-06-02 09:17:05 +02:00
parent 1c00fed119
commit d2cdbcbb18

View File

@ -2,6 +2,7 @@ require "bundler"
require "testing_env" require "testing_env"
require "fileutils" require "fileutils"
require "pathname" require "pathname"
require "formula"
class IntegrationCommandTests < Homebrew::TestCase class IntegrationCommandTests < Homebrew::TestCase
def setup def setup