So you want to get started with automated acceptance testing? This is the repo for you.
##Prerequisites
##Notes
- Tags are used to identify specific features (in this case @design and @functionality). To run the tests,
cucumber --tags @design,@functionality
.