Skip to content

Instantly share code, notes, and snippets.

@IlyaEremin
Created February 15, 2012 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IlyaEremin/1836257 to your computer and use it in GitHub Desktop.
Save IlyaEremin/1836257 to your computer and use it in GitHub Desktop.
Bugs
Feature: does not create circle_invite for invited user and patricia
In order to fix bug
As an user
I want to fix this bug
Background:
Given I am logged in as "regular" user "Voznyak"
Given Patricia in my circle
Given "Jackie Chan", was invited by me, and he in my circle
Scenario: I can invite to circle patricia again
When I follow "/profiles/patricia"
Then I see button "Invite to my circle"
Scenario: I can invite to circle person, who has invited to site by me 2nd time
When I follow "/profiles/Jackie-Chan"
Then I see button "Invite to my circle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment