diff options
| author | Markus Reiter | 2016-08-24 12:32:17 +0200 |
|---|---|---|
| committer | GitHub | 2016-08-24 12:32:17 +0200 |
| commit | fa19447a2d9d311909452ee35b309d08558c9a3a (patch) | |
| tree | 5b0ca185d5fd05dddc9cc5bdde563a44947487fd /Library/Homebrew/cask/spec | |
| parent | ff7d3f226ae3b2bd216539d10b1724b18be1a127 (diff) | |
| parent | 85635a1e1927281edbf55ac0214357fd184c70bc (diff) | |
| download | brew-fa19447a2d9d311909452ee35b309d08558c9a3a.tar.bz2 | |
Merge pull request #793 from reitermarkus/refactoring-pathname
Merge Cask’s `Pathname` extension with Homebrew’s.
Diffstat (limited to 'Library/Homebrew/cask/spec')
| -rw-r--r-- | Library/Homebrew/cask/spec/spec_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/spec/spec_helper.rb b/Library/Homebrew/cask/spec/spec_helper.rb index a826cfcf0..d197db983 100644 --- a/Library/Homebrew/cask/spec/spec_helper.rb +++ b/Library/Homebrew/cask/spec/spec_helper.rb @@ -13,7 +13,6 @@ project_root = Pathname.new(File.expand_path("../..", __FILE__)) $LOAD_PATH.unshift(File.expand_path("#{ENV['HOMEBREW_REPOSITORY']}/Library/Homebrew")) require "global" -require "extend/pathname" # add Homebrew-Cask to load path $LOAD_PATH.push(project_root.join("lib").to_s) |
