Skip to content

There was a really nice article by Sarah Mei last year describing her process for behavior driven development. I really recommend reading it, because it shows how she alternates between RSpec and Cucumber, writing features, specs, and code from the outside in.

Unfortunately, I’m still new to Rails, RSpec, and Cucumber, and her article is aimed at a slightly more experienced developer than I currently am. I have decided to go through the same process, starting from scratch, and document what I learn as I learn it.

Continue to Getting Started.