mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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:
parent
1c00fed119
commit
d2cdbcbb18
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user