I have a project in which I\'m using rails 3.2.3, rspec 2.9.0, and simplecov 0.6.1, all seem to be the latest gems.
I\'m getting code coverage results for my control
Apparently, the answer to this is "you can't", due to a limitation in the standard ruby coverage library:
https://github.com/colszowka/simplecov/issues/38