1
0
Fork 0

Reorder code

This commit is contained in:
Alex Kotov 2018-12-01 16:14:05 +05:00
parent 05e04379e9
commit 296e2a0e92
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
])
SimpleCov.start 'rails' do
add_group 'Channels', '/app/channels/'
add_filter '/factories/'
add_filter '/spec/'
add_group 'Channels', '/app/channels/'
end