9 lines
216 B
Ruby
9 lines
216 B
Ruby
![]() |
require_relative "shared_examples"
|
||
|
|
||
|
describe UnpackStrategy::Jar do
|
||
|
let(:path) { TEST_FIXTURE_DIR/"test.jar" }
|
||
|
|
||
|
include_examples "UnpackStrategy::detect"
|
||
|
include_examples "#extract", children: ["test.jar"]
|
||
|
end
|