RailsCasts Pro episodes are now free!

Learn more or hide this

Vincent Boisard's Profile

GitHub User: elhu

Site: Elhu.me

Comments by Vincent Boisard

Avatar

I know I'm asking this a long time after the screencast was made, but maybe I'll get lucky:

After struggling a bit with having this run with my ruby install, I have the following problem:
simplecov only check for the coverage of the files I have in lib/, even if rspec is indeed running all the tests (so testing classes and methods for all files in app/*/.rb).

Any idea what I need to configure in order to get this to run properly?

Cheers, and thanks for the video!