Displaying 2 results from an estimated 2 matches for "btc_".
Did you mean:
btc
2007 Jun 13
0
Using Rcov with rspec_on_rails
...*...................*.............
...................................
Finished in 5.751487 seconds
107 examples, 0 failures, 4 not implemented
No file to analyze was found. All the 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 th...
2007 May 17
0
strange results when using rcov with rspec
...try to tweak the included/excluded files to
ignore any files in app/ but to include files in vendor/plugins/
plugin/app/**
The error I get is this:
No file to analyze was found. All the files loaded by rcov matched
one of the following expressions, and were thus ignored: [/\A\/usr\/
lib/, /\btc_[^.]*.rb/, /_test\.rb\z/, /\btest\//, /\bvendor\//, /\A\/
usr\/lib\/ruby\/gems\/1\.8\/gems\/rcov\-0\.8\.0\.2\/lib\/rcov\/report
\.rb\z/, /lib\/spec/, /bin\/spec\//, /app/, /config/] You can solve
this by doing one or more of the following: * rename the files not to
be ignored so they don'&...