formula_assertions: ensure the right Test::Unit is required
This commit is contained in:
parent
27b606d928
commit
8c19472d6f
@ -21,7 +21,7 @@ module Homebrew
|
|||||||
FailedAssertion = Test::Unit::AssertionFailedError
|
FailedAssertion = Test::Unit::AssertionFailedError
|
||||||
end
|
end
|
||||||
|
|
||||||
include Test::Unit::Assertions
|
include ::Test::Unit::Assertions
|
||||||
|
|
||||||
# Returns the output of running cmd, and asserts the exit status
|
# Returns the output of running cmd, and asserts the exit status
|
||||||
def shell_output(cmd, result = 0)
|
def shell_output(cmd, result = 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user