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?
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!