10 lines
		
	
	
		
			207 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# frozen_string_literal: true
 | 
						|
 | 
						|
require_relative "shared_examples"
 | 
						|
 | 
						|
RSpec.describe UnpackStrategy::Xz do
 | 
						|
  let(:path) { TEST_FIXTURE_DIR/"cask/container.xz" }
 | 
						|
 | 
						|
  include_examples "UnpackStrategy::detect"
 | 
						|
end
 |