Outline:
- What is Cucumber
- examples of what it looks like
- basic folder structure
- .feature files
- step definitions
- What are the benefits of using it?
- written in plain english
- helps you keep a broad view of your project
- defines your feature in simple terms
- easy to see where you are with the feature
- Behavior Driven Development usage
- enables you to concentrate the big picture
- why do i need this?
- who is it for?
- stay out of the how? until needed
- enables you to concentrate the big picture
- How it works with Rails
- gems
- links