GitHub rocks!
I know you have heard this before (and probably already believe it), but I just had to say it. GitHub has truly, IMO, changed the way open source projects can be started and developed. Let me tell you a little story in form of a timeline:
- December 9 2008 – While hanging out in #cucumber, on freenode, agib (Aaron Gibralter) asked about testing emails in a rails app. I had
Global Setup In RSpec or How To Add Logging For Specs
Brian Morearty had an interesting post on how to add additional information to a rails testing log when using Test::Unit. The benefit of this is that you can quickly scan your log file when a test fails and see clues on why it failed. If you’re using RSpec you can add the same functionality all within the confines of the RSpec API for both specs (examples) and the story runner.
