Skip to content
Snippets Groups Projects
Commit 1e12d8da authored by Aleksey's avatar Aleksey Committed by Aleksey Strizhak
Browse files

add simplecov filter for a spec folder

parent e6aab49a
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