Skip to content
Snippets Groups Projects
Unverified Commit 7bc081a0 authored by Rémy Coutable's avatar Rémy Coutable Committed by GitHub
Browse files

Merge pull request #914 from Mifrill/simplecov

Add a `simplecov` filter for the `/spec` folder
parents ea80783a 1e12d8da
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,9 @@
require "fileutils"
 
require "simplecov"
SimpleCov.start
SimpleCov.start do
add_filter "/spec"
end
 
ENV["GUARD_SPECS_RUNNING"] = "1"
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment