Reorder code
This commit is contained in:
parent
05e04379e9
commit
296e2a0e92
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue