running test coverage (rcov) and displaying results in one hit

Reminder re how to run “rcov” for code coverage, and display the results in a browser in one hit.

Solution:
rake spec:rcov && open coverage/index.html

Comments are closed.