How to
To run specs with rspec:
- rspec spec/features/{file_name}
This will run all tests in this spec file optionally you can add --tag focus, and only tests that have focus: true will be runned. Instead of focus any tag name can be used more info on tag: https://relishapp.com/rspec/rspec-core/v/2-4/docs/command-line/tag-option