I have decided that, just for a while (maybe more) I will leave RSpec in favor of a TestUnit + Mocha + Assert2 combination.

My problem with RSpec is that while the specs maybe easy to read, I always find myself having to read the documentation to find out how to write the assertions in the first place. And this for me means that it is not easy to use. Whereas with the above combo I think things are simpler and more straightforward for me.

Like I said in a previous post, I am tired of things that make me have to think about things that I don’t want or need to be thinking about all the time.  So, out with the old and in with the new. Or should that be out with the new and back to the old (with a bit of new).