New ruby project, with Git, RVM, Bundler and Ruby-Debug
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
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.