Posts tagged mocha

Testing another testing stack

Okay I have decided that I will test out using this testing stack on everything that I work on, so that I can become really excellent with this combination.
The stack is

TestUnit (An oldie but a goodie)
Shoulda
Mocha
Matchy

And that is it, hopefully these should keep the tests clean, manageable and easy to read.
I will also be using [...]

Test Framework

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 [...]