brew/Library/Homebrew/test/unpack_strategy/uncompressed_spec.rb

12 lines
216 B
Ruby
Raw Normal View History

require_relative "shared_examples"
describe UnpackStrategy::Uncompressed do
let(:path) {
(mktmpdir/"test").tap do |path|
FileUtils.touch path
end
}
include_examples "UnpackStrategy::detect"
end