Browse Source

kill homebrew submodule; call out to system one

phinze 12 years ago
parent
commit
d8583ba649
  1. 3
      .gitmodules
  2. 4
      test/test_helper.rb

3
.gitmodules

@ -1,3 +0,0 @@
[submodule "test/support/homebrew"]
path = test/support/homebrew
url = https://github.com/mxcl/homebrew.git

4
test/test_helper.rb

@ -8,8 +8,8 @@ lib_path = brew_cask_path.join('lib')
$:.push(lib_path)
# add vendored homebrew to load path
homebrew_path = brew_cask_path.join('test', 'support', 'homebrew')
# add homebrew to load path
homebrew_path = Pathname(`brew --prefix`.chomp)
$:.push(homebrew_path.join('Library', 'Homebrew'))
# require homebrew testing env

Loading…
Cancel
Save