11 lines
223 B
Ruby
Raw Normal View History

2021-09-16 15:56:31 +01:00
# typed: false
# frozen_string_literal: true
require_relative "shared_examples"
describe UnpackStrategy::Zstd do
let(:path) { TEST_FIXTURE_DIR/"cask/container.tar.zst" }
include_examples "UnpackStrategy::detect"
end