diff options
| author | Jack Nagel | 2014-02-28 11:16:55 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-02-28 11:16:55 -0600 |
| commit | 9f682f98fc53e56996f927f3dbb84bea478ea2bc (patch) | |
| tree | bb9757a0c87be9674a712d4102f189504e12d025 /Library/Homebrew/test | |
| parent | 353547f4db70a907f39526bb0bbad5c6513b7e64 (diff) | |
| download | homebrew-9f682f98fc53e56996f927f3dbb84bea478ea2bc.tar.bz2 | |
Add TapDependency
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 2 |
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'] |
