This post originated from an RSS feed registered with Ruby Buzz
by Jeremy Voorhis.
Original Post: The Death Knell for TDD
Feed Title: JVoorhis
Feed URL: http://feeds.feedburner.com/jvoorhis
Feed Description: JVoorhis is a Rubyist in northeast Ohio. He rambles about Ruby on Rails, development practices, other frameworks such as Django, and on other days he is just full of snark.
RubyConf has wrapped up and as you would expect, it has left us with some great, new ideas to chew on.
One of the most exciting ideas to me is Obie’s new DSL for a specification framework in Ruby. According to his most recent blog post,
his muse came to him after pairing with Aslak on the RSpec code at RubyConf. The language has a concept of Stories, Actors and Scenarios, and replaced the long and banal underscore-separated method names that you’re probably used to with a much more natural free-form human readable string.
If you’re impatient and you want to migrate away from TDD right now, I recommend you check out RSpec, but definitely keep an eye on Obie – he’s on fire!