8 lines
179 B
Ruby
Raw Normal View History

require_relative "uninstall_zap_shared_examples"
2016-08-18 22:11:42 +03:00
describe Hbc::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