| 
									
										
										
										
											2019-04-19 15:38:03 +09:00
										 |  |  | # frozen_string_literal: true | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-23 20:59:21 +02:00
										 |  |  | require "unpack_strategy" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | shared_examples "UnpackStrategy::detect" do | 
					
						
							|  |  |  |   it "is correctly detected" do | 
					
						
							|  |  |  |     expect(UnpackStrategy.detect(path)).to be_a described_class | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | shared_examples "#extract" do |children: []| | 
					
						
							|  |  |  |   specify "#extract" do | 
					
						
							|  |  |  |     mktmpdir do |unpack_dir| | 
					
						
							|  |  |  |       described_class.new(path).extract(to: unpack_dir) | 
					
						
							|  |  |  |       expect(unpack_dir.children(false).map(&:to_s)).to match_array children | 
					
						
							|  |  |  |     end | 
					
						
							|  |  |  |   end | 
					
						
							|  |  |  | end |