aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMarkus Reiter2017-01-25 14:28:17 +0100
committerGitHub2017-01-25 14:28:17 +0100
commitd46786169349bdb2990ea53058db450366340284 (patch)
tree2f5a04e64c59ae7f36aa2490776c732f4c516469 /Library/Homebrew/cask/lib
parentfd48ec1c91808c1aa475a00164e2166458322eeb (diff)
parentf717831a032c96fa583ab27d7ad2f300ad81b764 (diff)
downloadbrew-d46786169349bdb2990ea53058db450366340284.tar.bz2
Merge pull request #1910 from reitermarkus/refactor-tests-cask-loader
Move Cask fixtures to `test/support/fixtures`.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc.rb1
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"