From 8c19472d6f66f63a2c046f5b54a4f65e4ad53301 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 19 Jan 2016 15:42:37 +0100 Subject: formula_assertions: ensure the right Test::Unit is required --- Library/Homebrew/formula_assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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) -- cgit v1.2.3