Tag Archives: RSpec

Get HTML output from Test::Unit by using RSpec !?

Test::Unit‘s lack of pretty xml/html output led me to look around to see what was available. Turns out that there’s a very simple way to get html output… run your Test::Unit tests with rspec! Here’s a contrived and simple example … Continue reading

Posted in Example Code, Making Life Easier, RSpec, Ruby, Test::Unit | Tagged , , , , , | 6 Comments