2019-04-20 13:27:36 +09:00

11 lines
260 B
Ruby

# 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