Created
February 25, 2013 00:08
-
-
Save caseyhelbling/5026369 to your computer and use it in GitHub Desktop.
managing sessions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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