November 2010
1 post
1 tag
MiniTest ProgressBar
I was recently inspired by a blog post I read about a new Ruby gem called Fuubar.  The premise of this gem is to have your RSpec tests instafail, giving an immediate backtrace when a test fails or errors; that way you don’t have to wait for all of your tests to complete before researching a problem.  It also makes use of one of my favorite gems, ProgressBar, to replace that boring standard...
Nov 19th