This tutorial gives an easy and step-by-step explanation of how BDD can be applied in Ruby software development.
The main features of this course are:
- Cucumber
- Usage of Git commits to support the participant in each individual step
- ruby >= 2.0.0
- bundler (tested with version 1.7.x)
- git clone https://github.com/ralfclaassens/bdd-in-ruby.git
- cd bdd-in-ruby
- bundle install
- git checkout < commit-id-from-step >