Organize coverage dirs (#1695)
* Add `Presenters` group to SimpleCov configuration * Move validators to app/validators, add to simplecov config
This commit is contained in:
		
					parent
					
						
							
								447b8bc44e
							
						
					
				
			
			
				commit
				
					
						b330d1f000
					
				
			
		
					 4 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,7 +1,9 @@ | |||
| require 'simplecov' | ||||
| 
 | ||||
| SimpleCov.start 'rails' do | ||||
|   add_group "Services", "app/services" | ||||
|   add_group 'Services', 'app/services' | ||||
|   add_group 'Presenters', 'app/presenters' | ||||
|   add_group 'Validators', 'app/validators' | ||||
| end | ||||
| 
 | ||||
| RSpec.configure do |config| | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue