mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
179 B
Ruby
8 lines
179 B
Ruby
require_relative "uninstall_zap_shared_examples"
|
|
|
|
describe Hbc::Artifact::Zap, :cask do
|
|
describe "#zap_phase" do
|
|
include_examples "#uninstall_phase or #zap_phase"
|
|
end
|
|
end
|