test/test_helper.rb in guts-2.1.0 vs test/test_helper.rb in guts-3.0.0
- old
+ new
@@ -3,9 +3,10 @@
unless ENV['NO_COVERAGE']
SimpleCov.start 'rails' do
add_group 'Concerns', '/app/concerns'
add_group 'Generators', '/lib/generators'
+ add_group 'Policies', '/app/policies'
add_filter 'lib/guts/version.rb' # No need to test version file... doesnt work.
add_filter 'lib/tasks/guts_tasks.rake' # Inconsistant coverage reports, not sure why
add_filter 'lib/tasks/guts_users.rake' # Inconsistant coverage reports, not sure why
add_filter 'lib/tasks/guts_db.rake' # Inconsistant coverage reports, not sure why
add_filter 'lib/generators/guts/install/install_generator.rb' # Can't find any possible way to test this...