Skip to content

Commit 9c875ee

Browse files
committed
Exclude feature_helpers from coverage report
1 parent e45a741 commit 9c875ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
SimpleCov.merge_timeout(3600)
1111
SimpleCov.start('rails') do
1212
add_filter '/shared_examples/'
13+
add_filter '/testing_support/feature_helpers'
1314
end
1415
end
1516

0 commit comments

Comments
 (0)