diff options
| author | Markus Reiter | 2016-12-06 16:36:34 +0100 | 
|---|---|---|
| committer | Markus Reiter | 2017-01-25 13:33:12 +0100 | 
| commit | f717831a032c96fa583ab27d7ad2f300ad81b764 (patch) | |
| tree | 9afe1fc60c7395b0eed76c95e65adc20a04d6cae /Library/Homebrew/cask/lib/hbc.rb | |
| parent | 35045b2934d94eabe302693a05b12fb530827454 (diff) | |
| download | brew-f717831a032c96fa583ab27d7ad2f300ad81b764.tar.bz2 | |
Move Cask fixtures to `test/support/fixtures`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index 775b9229f..80f1f1da0 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -6,6 +6,7 @@ require "hbc/audit"  require "hbc/auditor"  require "hbc/cache"  require "hbc/cask" +require "hbc/cask_loader"  require "hbc/without_source"  require "hbc/caskroom"  require "hbc/checkable"  | 
