Cucumber example
- bundle init
- Generate Gemfile, add
gem 'cucumber'
- bundle install
- cucumber --init
- inside
features
folder, create a.feature
file- If you run
cucumber
command at this momment you're going to get the steps definition scaffold
- If you run