We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82729ab commit 0a0800cCopy full SHA for 0a0800c
spec/spec_helper.rb
@@ -1,6 +1,8 @@
1
if ENV['CI']
2
require 'simplecov'
3
- SimpleCov.start
+ SimpleCov.start do
4
+ add_filter %r{^/spec/}
5
+ end
6
end
7
8
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
0 commit comments