Skip to content
Snippets Groups Projects
Commit 81082303 authored by David Yun's avatar David Yun
Browse files

Use odeprecated rather than remove it entirely

* Fix IntegrationCommandTestCask
parent d4927815
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,10 @@ module Hbc
@sha256 ||= arg
end
def license(arg = nil)
odeprecated "Hbc::DSL#license"
end
# depends_on uses a load method so that multiple stanzas can be merged
def depends_on(*args)
return @depends_on if args.empty?
......
......@@ -5,6 +5,6 @@ class IntegrationCommandTestCask < IntegrationCommandTestCase
needs_test_cmd_taps
needs_macos
setup_remote_tap("caskroom/cask")
cmd("cask", "list")
cmd("cask", "list", "--caskroom=#{HOMEBREW_PREFIX}/Caskroom")
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment