mirror of
				https://github.com/onyx-and-iris/voicemeeter-rb.git
				synced 2025-10-31 20:31:47 +00:00 
			
		
		
		
	read test kind from ENV var
This commit is contained in:
		
							parent
							
								
									b2194c7aa3
								
							
						
					
					
						commit
						2cf8d105b4
					
				| @ -6,7 +6,7 @@ class Test | ||||
|     attr_reader :vm, :data | ||||
|   end | ||||
| 
 | ||||
|   @vm = Voicemeeter::Remote.new([:basic, :banana, :potato].sample) | ||||
|   @vm = Voicemeeter::Remote.new(ENV.fetch("KIND", "potato").to_sym) | ||||
|   vm.login | ||||
|   puts "Running #{vm.kind.name} tests" | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user