From 9f682f98fc53e56996f927f3dbb84bea478ea2bc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Feb 2014 11:16:55 -0600 Subject: Add TapDependency --- Library/Homebrew/test/testing_env.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/test') 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'] -- cgit v1.2.3