8 lines
172 B
Ruby
Raw Normal View History

require_relative "shared_examples"
describe UnpackStrategy::Rar do
let(:path) { TEST_FIXTURE_DIR/"cask/container.rar" }
include_examples "UnpackStrategy::detect"
end