brew/Library/Homebrew/test/unpack_strategy/uncompressed_spec.rb
2018-07-23 20:59:28 +02:00

12 lines
216 B
Ruby

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