Skip to content

Instantly share code, notes, and snippets.

@osiro
Created September 12, 2012 07:59
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 osiro/3705048 to your computer and use it in GitHub Desktop.
Save osiro/3705048 to your computer and use it in GitHub Desktop.
Got App
Feature: An user can see live stats depending on the app version
Scenario: App version is Pro and venue has live stats
Given I am using the Pro version of Got
And I am on the profile of a venue which has live stats
When I tap Right Now
Then I should see Live Stats of the Venue
Scenario: App version is Pro but venue does not have live stats
Given I am using the Pro version of Got
And I am on the profile of a venue which does not have live stats
Then I should not see the Right Now button
Scenario: App version is Free and venue has live stats
Given I am using the Free version of Got
And I am on the profile of a venue which has live stats
When I tap Right Now
Then I should see an alert
Scenario: App version is Free but venue does not have live stats
Given I am using the Free version of Got
And I am on the profile of a venue which does not have live stats
Then I should not see the Right Now button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment