Skip to content

Instantly share code, notes, and snippets.

@sfsekaran
Created July 29, 2011 20:20
Show Gist options
  • Save sfsekaran/1114648 to your computer and use it in GitHub Desktop.
Save sfsekaran/1114648 to your computer and use it in GitHub Desktop.
Scenario: User sees merchandise in the same order as the admin entered it
Given there is an artist
And the artist has a merchandise product
And the product has the following attributes:
| name |
| L |
| XL |
When I am on the product's page
Then I should see the attributes in the following order:
| name |
| L |
| XL |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment