brew/Library/Homebrew/test/cask/artifact/uninstall_spec.rb

8 lines
192 B
Ruby
Raw Normal View History

require_relative "uninstall_zap_shared_examples"
2016-08-18 22:11:42 +03:00
2018-09-06 08:29:14 +02:00
describe Cask::Artifact::Uninstall, :cask do
describe "#uninstall_phase" do
include_examples "#uninstall_phase or #zap_phase"
2016-08-18 22:11:42 +03:00
end
end