aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 11:16:55 -0600
committerJack Nagel2014-02-28 11:16:55 -0600
commitc6bc01ab580a8656c458bd6ab616c88ca1974267 (patch)
tree816a156acc32df33988f58d0fdbf796549ff0e74 /Library/Homebrew/test
parent369f9b3251e1206eab10c778e591e054f4a7942b (diff)
downloadbrew-c6bc01ab580a8656c458bd6ab616c88ca1974267.tar.bz2
Add TapDependency
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/testing_env.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index d77477bbc..fc5039491 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -27,6 +27,8 @@ HOMEBREW_WWW = 'http://example.com'
HOMEBREW_CURL_ARGS = '-fsLA'
HOMEBREW_VERSION = '0.9-test'
+HOMEBREW_TAP_FORMULA_REGEX = %r{^(\w+)/(\w+)/([^/]+)$}
+
RUBY_BIN = Pathname.new(RbConfig::CONFIG['bindir'])
RUBY_PATH = RUBY_BIN + RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT']