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
commite6b97bebd99779b52462dcd387191d804fc95b93 (patch)
tree4527e046b8bd8aa483d05462b84d03bfeb07fa85 /Library/Homebrew/test/testing_env.rb
parent7ce827e36d20c815c6753f8a8700779d7ab315ed (diff)
downloadhomebrew-e6b97bebd99779b52462dcd387191d804fc95b93.tar.bz2
Deprecate ancient formula syntax
Closes #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 :)