Ruby, RSpec and BDD Part I

Here is a bit of work on Behavior Driven Development (BDD) with rspec in Ruby, based off the examples provided by this excellent Null Is Love series of posts. The only thing I know externally, in terms of BDD, is the process itself:

Write a test for the functionality you want. Watch the test fail. Write code to [...]