Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@josephwilk
Forked from pipmossop/first_feature
Created November 28, 2012 20:24
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 josephwilk/4164062 to your computer and use it in GitHub Desktop.
Save josephwilk/4164062 to your computer and use it in GitHub Desktop.
first feature
Feature: Member joins a local community
In order to easily limit the items I buy and sell # WHY? Whats the value?
As a member
I want to join a local trading community
Background:  
Given I have installed the Retrade app
And I am on the join a community page
Scenario: Allow access to browser location
When I allow the browser to access my location
Then I should see the list of communities #Format of data is fragile. Keep it high level
And I should see how many of my friends have joined each community
And I should be able join any community
Scenario: Using Facebook profile location
When I do not allow the browser to access my location data
And I have my location on my Facebook profile
Then I should see the list of communities
And I should see how many of my friends has joined each community
And I should be able join any community
Scenario: Manually searching for a community
Given I do not have my location on my Facebook profile
And I enter my location manually
Then I should see the list of communities
And I should see how many of my friends has joined each community
And I should be able join any community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment