Skip to content
Snippets Groups Projects
Commit b330d1f0 authored by Matt Jankowski's avatar Matt Jankowski Committed by Eugen
Browse files

Organize coverage dirs (#1695)

* Add `Presenters` group to SimpleCov configuration

* Move validators to app/validators, add to simplecov config
parent 447b8bc4
No related branches found
No related tags found
No related merge requests found
File moved
File moved
require 'simplecov' require 'simplecov'
SimpleCov.start 'rails' do 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 end
RSpec.configure do |config| RSpec.configure do |config|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment