8 lines
180 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::Zap, :cask do
2017-02-10 07:49:21 +01:00
describe "#zap_phase" do
include_examples "#uninstall_phase or #zap_phase"
2016-08-18 22:11:42 +03:00
end
end