2017-03-08 03:03:36 +01:00
|
|
|
require_relative "uninstall_zap_shared_examples"
|
2016-08-18 22:11:42 +03:00
|
|
|
|
2017-03-08 03:03:36 +01:00
|
|
|
describe Hbc::Artifact::Zap, :cask do
|
2017-02-10 07:49:21 +01:00
|
|
|
describe "#zap_phase" do
|
2017-03-08 03:03:36 +01:00
|
|
|
include_examples "#uninstall_phase or #zap_phase"
|
2016-08-18 22:11:42 +03:00
|
|
|
end
|
|
|
|
end
|