2020-10-10 14:59:39 +02:00

12 lines
275 B
Ruby

# typed: false
# frozen_string_literal: true
require_relative "shared_examples"
describe UnpackStrategy::Bzip2 do
let(:path) { TEST_FIXTURE_DIR/"cask/container.bz2" }
include_examples "UnpackStrategy::detect"
include_examples "#extract", children: ["container"]
end