aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-03 21:52:51 +0100
committerMarkus Reiter2017-02-03 21:52:51 +0100
commit4eef60c6a6d9c39cb6f4261f80bb6f8b1f895b03 (patch)
tree46fc5bb676a9f436de997164c299be5655340692 /Library/Homebrew/cask/lib
parent70b1c6de0b889aabc86b1990c59994e6acb8d726 (diff)
downloadbrew-4eef60c6a6d9c39cb6f4261f80bb6f8b1f895b03.tar.bz2
Remove `TestCask` class.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cask_loader.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cask_loader.rb b/Library/Homebrew/cask/lib/hbc/cask_loader.rb
index 3875b30df..63660fcd0 100644
--- a/Library/Homebrew/cask/lib/hbc/cask_loader.rb
+++ b/Library/Homebrew/cask/lib/hbc/cask_loader.rb
@@ -36,11 +36,6 @@ module Hbc
build_cask(header_token, &block)
end
- def test_cask(header_token, &block)
- @klass = TestCask
- build_cask(header_token, &block)
- end
-
def build_cask(header_token, &block)
raise CaskTokenDoesNotMatchError.new(@token, header_token) unless @token == header_token