diff options
| author | Baptiste Fontaine | 2016-01-19 15:42:37 +0100 |
|---|---|---|
| committer | Baptiste Fontaine | 2016-02-06 14:20:57 +0100 |
| commit | 8c19472d6f66f63a2c046f5b54a4f65e4ad53301 (patch) | |
| tree | fbe72ef82b029106644ada6b280323ffaa434938 /Library/Homebrew/formula_assertions.rb | |
| parent | 27b606d92871428cb08ad796ed97fba3384755ae (diff) | |
| download | brew-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.rb | 2 |
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) |
