From 5fd7fd0578fd73b5a77574dcbf2ff755dc49ff79 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 31 Jul 2009 02:57:08 +0100 Subject: A basis for full test coverage --- Library/Homebrew/formula.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/formula.rb') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 8fb0bcb60..a672d57f7 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Homebrew. If not, see . +require 'utils' + class BuildError