- This screencast is for beginning Rails developers but will benefit seasoned veterans
- Cucumber is getting the hype lately because of it's syntax (show Gherkin syntax). Nice syntax comes with a lot of overhead (show file tree to manage feature).
- Wouldn't it be nice to get great syntax in integration tests and only have to manage one file to do so?
- Enter Capybara, created by Jonas Nicklas (show Capybara Github page)
- Show base app and adding Capybara.
- Show creating integration test for Project creation
- Show running the test
- Show creating Projects scaffold and getting the test to green
- Show some advanced syntax taken from Github
- Challenge users to convert existing Cucumber steps or just start using Capybara in next app