Merge pull request #3324 from rolandwalker/testing_remove_constant

remove constant HOMEBREW_TAP_FORMULA_REGEX
This commit is contained in:
Roland Walker 2014-03-01 14:37:03 -05:00
commit d64d5345df
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ require 'bundler'
require 'bundler/setup'
# set some Homebrew constants used in our code
HOMEBREW_TAP_FORMULA_REGEX = %r{^(\w+)/(\w+)/([^/]+)$}
HOMEBREW_BREW_FILE = '/usr/local/bin/brew'
# add cask lib to load path