Re: [rspec-users] RSpec --format --html:/path/to/file.html

2007-08-19 Thread David Chelimsky
On 8/17/07, Cody P. Skidmore [EMAIL PROTECTED] wrote: Greetings everyone. I'm learning RSpec and am pretty fresh to Ruby/Rails, but am so excited I can't help jumping in. I'm running before I can walk here. :-) Yesterday I tried outputting test results to HTML instead of colorized plain

[rspec-users] Test::Unit to RSpec

2007-08-19 Thread Scott Taylor
So I've just started working on a rails project which currently has something like 7500 LOC. All of the tests are written in Test::Unit, although the test coverage is pretty poor: rcov says that 25% of the code is covered, while rake stats shows the code to test ratio as 1:0.1 (800 lines