Skip to content

Instantly share code, notes, and snippets.

@rickbacci
Created September 15, 2015 20:29
Show Gist options
  • Save rickbacci/fadfd64e2d5fa3a1f054 to your computer and use it in GitHub Desktop.
Save rickbacci/fadfd64e2d5fa3a1f054 to your computer and use it in GitHub Desktop.

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
  • How it works with Rails
    • gems
    • links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment