Skip to content

Commit 89ce842

Browse files
committed
Skip acts_as_legacy.rb for test coverage calculation (it's deprecated)
1 parent 01795f1 commit 89ce842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/support/simplecov_configuration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
SimpleCov.start do
44
add_filter '/spec/'
55
add_filter '/vendor/'
6+
add_filter 'acts_as_legacy.rb'
67

78
enable_coverage :branch
89

0 commit comments

Comments
 (0)