Posts tagged rspec

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

RSpec-tacular

Great article on the use of RSpec stories here
And here is an article on shared group names within RSpec here
And one other RSpec article for good measure here