New ruby project, with Git, RVM, Bundler and Ruby-Debug

Posted by Andrew Premdas Sun, 14 Nov 2010 12:09:31 GMT

Recently I've got into a nice groove using these tools on new ruby projects. I think of the following as a Koan, which I've practiced quite alot recently and which gives a nice environment to start working in.

The following is the a reasonably verbose version of this Koan.

Service Providers for Cucumber

Posted by Andrew Premdas Sat, 13 Nov 2010 16:46:12 GMT

Currently I am working on acceptance tests for front end applications that depend on back end services which don't exist ... yet? This means that I have a problem, I need my Cucumber features to create the data that the application will later retrieve. Later I need to test that the UI has retrieved the data and is displaying it.