Skip to content

Instantly share code, notes, and snippets.

@caseyhelbling
Created February 25, 2013 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseyhelbling/5026369 to your computer and use it in GitHub Desktop.
Save caseyhelbling/5026369 to your computer and use it in GitHub Desktop.
managing sessions
Feature: Managing Sessions
@javascript
Scenario: As a guest user, I want to suggest a session
Given an upcoming event
And I add a new Development session about RoR
Then the new session should show up in the session list
Scenario: As a guest user, I want to mark interest to a session
Given an upcoming event
And I browse the sessions
When I indicate that I might attend a session
Then I should be added to the participant list of that session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment