markbates/cover_me

cover_me and cucumber

gummybears opened this issue · 1 comments

Did put require 'cover_me' at the top of env.rb for cucumber (0.8.5) but
did not see new coverage files ?

Well, got it to work, didn't know at first that I had to run
rake cover_me:report

Perhaps you could put it on your website, that after installation
you have to run
rails g cover_me:install
and after the test
rake cover_me:report

However run rake cover_me:report complains about
file descriptors
Couldn't get a file descriptor referring to the console

Perhaps an idea, to integrate cover_me into the autotest workflow ?
Thanks for a great tool.