Most ruby unit test teardown related news are at:
The trouble with passwords 25 Aug 2013 | 06:44 pm
Recently I’ve been using other people’s computers a lot more often, because I’m working away from my home office most of the time. And because of this I noticed a serious flaw in the strategy I had us...
Query actions in Rails controllers 15 May 2013 | 12:04 am
Recently some of my controller actions have taken on a definite new shape. Particularly when the action is a read-only query of the app’s state. Such actions tend to make up the bulk of my apps, and t...
More ruby unit test teardown related news:
A faster way of unit testing in Ruby on Rails blog.webbynode.com 19 May 2012 | 07:36 am
For a long time, Ruby on Rails developers have put a good amount of effort into testing their apps. The Ruby on Rails community was the first to show me the beauty of automated tests. The reason I wr...
Unit Testing With MiniTest ceeyel.com 1 Jun 2013 | 02:25 am
The default unit testing framework for Ruby as of Ruby 1.9.x is the very capable MiniTest. Read on to find out how to use it best to your advantage.