Displaying 1 result from an estimated 1 matches for "benviron".
Did you mean:
environ
2007 Jun 13
0
Using Rcov with rspec_on_rails
...files loaded by rcov matched
one of the
following expressions, and were thus ignored:
[/\A\/opt\/local\/lib/,
/\btc_[^.]*.rb/,
/_test\.rb\z/,
/\btest\//,
/\bvendor\//,
/\A\/opt\/local\/lib\/ruby\/gems\/1\.8\/gems\/rcov\-0\.8\.0\.2\/lib\/
rcov\/report\.rb\z/,
/spec/,
/\bvendor\//,
/\bconfig\//,
/\benvironment\//]
You can solve this by doing one or more of the following:
* rename the files not to be ignored so they don''t match the above
regexps
* use --include-file to give a list of patterns for files not to be
ignored
* use --exclude-only to give the new list of regexps to match agains...