aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula_assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_assertions.rb b/Library/Homebrew/formula_assertions.rb
index b940f5b0a..477782e53 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)