lib/covered/policy/default.rb in covered-0.10.1 vs lib/covered/policy/default.rb in covered-0.10.2
- old
+ new
@@ -23,10 +23,10 @@
# Only files in the root would be tracked:
root Dir.pwd
# We will ignore any files in the test or spec directory:
- skip /^(test|spec|vendor)/
+ skip /^.*\/(test|spec|vendor)\//
# We will include all files under lib, even if they aren't loaded:
include "lib/**/*.rb"
source