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

8 lines
192 B
Ruby
Raw Normal View History

2018-11-05 22:40:07 +01:00
require_relative "shared_examples/uninstall_zap"
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