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 167f77c commit 90b7c52Copy full SHA for 90b7c52
spec/spec_helper.rb
@@ -1,7 +1,9 @@
1
# SimpleCov is ..rcov for 1.9+
2
# https://github.com/colszowka/simplecov
3
require 'simplecov'
4
-SimpleCov.start
+SimpleCov.start do
5
+ add_filter "/spec/"
6
+end
7
8
# This file is copied to spec/ when you run 'rails generate rspec:install'
9
ENV["RAILS_ENV"] ||= 'test'
0 commit comments