Skip to content

Commit

Permalink
simplecov ignore strategy_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Nov 18, 2019
1 parent cc0f552 commit 373e505
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/helper.rb
Expand Up @@ -8,8 +8,7 @@
]

SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/'
add_filter ['/spec/', '/vendor/', 'strategy_macros.rb']
minimum_coverage(92.5)
end
end
Expand Down

0 comments on commit 373e505

Please sign in to comment.