brew/Library/Homebrew/test/cask/dsl/caveats_spec.rb

11 lines
292 B
Ruby
Raw Normal View History

require "test/support/helper/spec/shared_examples/hbc_dsl_base"
2016-08-18 22:11:42 +03:00
2017-03-05 19:26:56 +01:00
describe Hbc::DSL::Caveats, :cask do
let(:cask) { Hbc::CaskLoader.load(cask_path("basic-cask")) }
2016-08-18 22:11:42 +03:00
let(:dsl) { Hbc::DSL::Caveats.new(cask) }
it_behaves_like Hbc::DSL::Base
# TODO: add tests for Caveats DSL methods
end