brew/Library/Homebrew/test/cask/dsl/uninstall_postflight_spec.rb
2019-07-23 17:09:57 +01:00

11 lines
291 B
Ruby

# frozen_string_literal: true
require "test/cask/dsl/shared_examples/base"
describe Cask::DSL::UninstallPostflight, :cask do
let(:cask) { Cask::CaskLoader.load(cask_path("basic-cask")) }
let(:dsl) { described_class.new(cask, FakeSystemCommand) }
it_behaves_like Cask::DSL::Base
end