Created
May 9, 2012 04:43
-
-
Save uris77/2641869 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: new store entry | |
I want to add stores in my location | |
so that I can track what items they sell | |
Scenario: new store | |
Given I open new store form | |
When I add "Test Store" | |
Then I see "Test Store" details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment