aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testing_env.rb
diff options
context:
space:
mode:
authorJack Nagel2012-08-07 15:19:08 -0500
committerJack Nagel2012-08-09 23:56:54 -0500
commitf5eaef0aeef134468f3681962d4bf2934ec015d3 (patch)
tree3be1f424277c83fa6c675f07f43a8435c67a9f44 /Library/Homebrew/test/testing_env.rb
parent2104510b63a6233a1fdac4b7c6b6c12a5285bbf7 (diff)
downloadbrew-f5eaef0aeef134468f3681962d4bf2934ec015d3.tar.bz2
Deprecate ancient formula syntax
Closes Homebrew/homebrew#13444. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
-rw-r--r--Library/Homebrew/test/testing_env.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 40e715632..0d0291566 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -10,6 +10,7 @@ $:.push(File.expand_path(__FILE__+'/../..'))
require 'extend/pathname'
require 'exceptions'
require 'utils'
+require 'extend/string'
# these are defined in global.rb, but we don't want to break our actual
# homebrew tree, and we do want to test everything :)