8 lines
191 B
Ruby
8 lines
191 B
Ruby
require_relative "uninstall_zap_shared_examples"
|
|
|
|
describe Hbc::Artifact::Uninstall, :cask do
|
|
describe "#uninstall_phase" do
|
|
include_examples "#uninstall_phase or #zap_phase"
|
|
end
|
|
end
|