Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created February 8, 2011 02:55
Show Gist options
  • Save matschaffer/815762 to your computer and use it in GitHub Desktop.
Save matschaffer/815762 to your computer and use it in GitHub Desktop.
Feature: Index cards
In order to help me remember things
As a student
I want to get custom index cards
Scenario: Sending yourself a card
Given I am on the new index card page
When I fill in "Email" with "info@mashion.net"
And I select "iPhone 4" from "Phone"
And I fill in "Body" with "A test card"
And I press "Send"
Then "info@mashion.net" I should receive an email
And that email should have a gif attachment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment