From aa0a931f1b8c3bc5aaa39ae31ffe27b5a0a22a6e Mon Sep 17 00:00:00 2001 From: phinze Date: Thu, 4 Apr 2013 15:53:38 -0600 Subject: [PATCH] homebrew testing_env now defines HOMEBREW_LIBRARY yay --- test/test_helper.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index da7d7c911..c1a26d706 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -15,9 +15,6 @@ $:.push(homebrew_path.join('Library', 'Homebrew')) # require homebrew testing env require 'test/testing_env' -# add in HOMEBREW_LIBRARY constant, which is for some reason not set in testing_env -HOMEBREW_LIBRARY = HOMEBREW_REPOSITORY/"Library" - # making homebrew's cache dir allows us to actually download casks in tests HOMEBREW_CACHE.mkpath