How do you do a cucumber test?
Introduction to Using Cucumber to Write Acceptance Tests
- Create a test for acceptance.
- Watch it fail so you can figure out what to do next.
- Create a unit test for the next step.
- Watch it fail so you can figure out how to implement it. Please refer to this blog.