#10-minute Cucumber with Ruby tutorial
This follows the wonderful hello-cucumber guide from cucumber.io.
#Assumptions This project assumes you have already installed a copy of Ruby and Bundle.
#Clone and install dependencies
Run $ git clone git@github.com:usmanbuilds/hello-cucumber.git
to clone to your preferred directory. Then run $ bundle install
to get the project dependencies.
#Run tests
Run $ cucumber
in the project root to run the tests.