Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created May 10, 2014 20:04
Show Gist options
  • Save sizovs/d6b26dfd9f23e8bb8770 to your computer and use it in GitHub Desktop.
Save sizovs/d6b26dfd9f23e8bb8770 to your computer and use it in GitHub Desktop.
Feature: Mailbox
Scenario: Registered users have a new message in the mailbox #1
Given I am "Johnny"
When I check my mailbox
Then I should have a "Welcome Johnny" message
Scenario: Registered users have a new message in the mailbox #2
Given I am "Eduards"
When I check my mailbox
Then I should have a "Welcome Eduards" message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment