Add .bundle/ to simplecov exclude

This commit is contained in:
Benjamin Fleischer 2016-01-11 23:22:56 -06:00
parent 7d4f0c5c8a
commit 3133422654

View File

@ -41,6 +41,7 @@ SimpleCov.profiles.define 'app' do
add_filter '/config/' add_filter '/config/'
add_filter '/db/' add_filter '/db/'
add_filter 'tasks' add_filter 'tasks'
add_filter '/.bundle/'
end end
## START TRACKING COVERAGE (before activating SimpleCov) ## START TRACKING COVERAGE (before activating SimpleCov)