RCov with RSpec-2
Posted
by JoshReedSchramm
on Stack Overflow
See other posts from Stack Overflow
or by JoshReedSchramm
Published on 2010-06-17T03:22:32Z
Indexed on
2010/06/17
3:33 UTC
Read the original article
Hit count: 589
I'm working with a bit of a bleeding edge rails app. Rails 3, RSpec 2, Rspec-Rails2.
It seems as if RSpec2 doesn't include the spec:rcov rake task that RSpec 1 has. (at least it isn't there yet)
Has anyone had any luck running rcov with rspec 2, or writing their own rake task to make this work?
© Stack Overflow or respective owner