lib/covered/config.rb in covered-0.19.0 vs lib/covered/config.rb in covered-0.19.1

- old
+ new

@@ -73,11 +73,9 @@ policy.each(&block) end # Override this method to implement your own policy. def make_policy(policy) - policy.cache! - # Only files in the root would be tracked: policy.root(@root) # We will ignore any files in the test or spec directory: policy.skip(/^.*\/(test|fixtures|spec|vendor|config)\//)