diff --git a/Library/Homebrew/formula_assertions.rb b/Library/Homebrew/formula_assertions.rb index b940f5b0aa..477782e53c 100644 --- a/Library/Homebrew/formula_assertions.rb +++ b/Library/Homebrew/formula_assertions.rb @@ -21,7 +21,7 @@ module Homebrew FailedAssertion = Test::Unit::AssertionFailedError end - include Test::Unit::Assertions + include ::Test::Unit::Assertions # Returns the output of running cmd, and asserts the exit status def shell_output(cmd, result = 0)