mirror of
				https://github.com/puma/puma.git
				synced 2022-11-09 13:48:40 -05:00 
			
		
		
		
	make test_helper no longer be loaded as a test (#1283)
running `rake` loads all files starting with `test_` which is not supposed to also load the helper, since the helper should be loaded by each test and is not a test itself.
This commit is contained in:
		
							parent
							
								
									e77355e089
								
							
						
					
					
						commit
						9d93a0f62f
					
				
					 24 changed files with 23 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
require_relative "test_helper"
 | 
			
		||||
require_relative "helper"
 | 
			
		||||
 | 
			
		||||
require "puma/io_buffer"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue