Posted by: uexpress on: April 21, 2009
Effective Immediately,
please be aware that there are changes YOU need
to make in YOUR life. These changes need to be
completed in order that I may fulfill My promises
to you to grant you peace, joy and happiness in
this life. I apologize for any inconvenience,
but after all that I am doing, this seems very
little to ask of you. [...]
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 [...]