A while back we released the Shoulda Plugin
to help with testing your...
Most of the time in my tests I mock out all external resources, e.g. file...
So we’ve been hinting for some time now that we were going to tidy up the...
Mocking is a beautiful thing. There are no words to describe the immense...
Testing is a beautiful thing. There are no words to describe the immense...
So, some test helpers that we’ve been working on here at thoughtbot. Here’s...
Why doesn’t Rails generate a test file for each of your helpers for each of...
I’ve had enough of Rails testing, coming from other languages/frameworks that...
Using rSpec / Spec::Rails
Installation is pretty simple, and is...
ActiveResource is a pretty amazing implementation of REST, made in Ruby, for...