Posted by: uexpress on: April 21, 2009
This post is mainly Defining Context Boundaries as this is a crucial factor while practicing BDD in rails
Before we can begin doing BDD (behavior driven development) we need to install some tools to help.
sudo gem install cucumber rspec-rails webrat
Next I go to my Rails application and run some scripts to get the basic set-up inside [...]