sam / harbor

Harbor is a Ruby Web Framework.
https://github.com/sam/harbor
MIT License
3 stars 6 forks source link

Code coverage #44

Closed fgrehm closed 12 years ago

fgrehm commented 12 years ago

I was planning to use rcov but it is not supported on 1.9, the only problem is that jruby with 1.9 support doesn't play well with built in code coverage and we end up getting different numbers for jruby (100%) and MRI (80%) o0

sam commented 12 years ago

SimpleCov works for me.

Also, as long as we're consistent, one or the other, I wouldn't mind switching to MiniTest::Spec if you guys wanted...