aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cask/test/test_helper.rb')
-rw-r--r--Library/Homebrew/cask/test/test_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/test/test_helper.rb b/Library/Homebrew/cask/test/test_helper.rb
index 641409284..71ce5752e 100644
--- a/Library/Homebrew/cask/test/test_helper.rb
+++ b/Library/Homebrew/cask/test/test_helper.rb
@@ -35,10 +35,6 @@ Mocha::Integration::MiniTest.activate
# our baby
require "hbc"
-module Hbc
- class TestCask < Cask; end
-end
-
# create and override default directories
Hbc.appdir = Pathname.new(TEST_TMPDIR).join("Applications").tap(&:mkpath)
Hbc.cache.mkpath