Skip to content

Instantly share code, notes, and snippets.

@msassak
Created June 13, 2011 20:16
Show Gist options
  • Save msassak/1023587 to your computer and use it in GitHub Desktop.
Save msassak/1023587 to your computer and use it in GitHub Desktop.
cucumber.feature
Feature: testing cucumber
Background:
Given a scenario "Thingamabob" with:
"""
Given a thingamabob
When I frobnicate the thingamabob
Then it makes happy kittens
"""
Scenario:
When Cucumber executes the "Thingamabob" scenario with a failing "Given a thingamabob" step
Then the results is "Sad Panda"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment