xar is only pre-installed on macOS.

This commit is contained in:
Markus Reiter 2018-07-11 01:56:49 +02:00
parent cba55c8fd4
commit 9b4e32322a

View File

@ -31,7 +31,7 @@ describe P7ZipUnpackStrategy do
include_examples "UnpackStrategy::detect" include_examples "UnpackStrategy::detect"
end end
describe XarUnpackStrategy do describe XarUnpackStrategy, :needs_macos do
let(:path) { TEST_FIXTURE_DIR/"cask/container.xar" } let(:path) { TEST_FIXTURE_DIR/"cask/container.xar" }
include_examples "UnpackStrategy::detect" include_examples "UnpackStrategy::detect"