8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| require_relative "shared_examples"
 | |
| 
 | |
| describe UnpackStrategy::Rar do
 | |
|   let(:path) { TEST_FIXTURE_DIR/"cask/container.rar" }
 | |
| 
 | |
|   include_examples "UnpackStrategy::detect"
 | |
| end
 | 
