aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_assertions.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-01-19 15:42:37 +0100
committerBaptiste Fontaine2016-02-06 14:20:57 +0100
commit8c19472d6f66f63a2c046f5b54a4f65e4ad53301 (patch)
treefbe72ef82b029106644ada6b280323ffaa434938 /Library/Homebrew/formula_assertions.rb
parent27b606d92871428cb08ad796ed97fba3384755ae (diff)
downloadbrew-8c19472d6f66f63a2c046f5b54a4f65e4ad53301.tar.bz2
formula_assertions: ensure the right Test::Unit is required
Diffstat (limited to 'Library/Homebrew/formula_assertions.rb')
-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)