Ruby Mush goes RSpec

Thests within Ruby Mush are going to be ported over to the RSpec system.
Added by Heinz Gies 344 days ago

To sum it up, the Test::Unit framework is nice, but not my thing. I tried out rspec and I found it way easier to use for me. Not to say it's necessarily better but it's easier to convince myself to write specs then tests (while effectively they do the same in the end for most of it.)

So long story short, I started to port all tests away form Test::Unit to rspec specs. This will take some time but in the end I believe the gain for Ruby Mush will be greater. The current goal is to achieve a 100% test coverage through the code. This is already achieved for all classes plugins. Yay for that.

--
Licenser


Comments

Add a comment