Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Last active November 25, 2015 01:57
Show Gist options
  • Select an option

  • Save johnhamelink/e9a5dc1f69684e7def04 to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/e9a5dc1f69684e7def04 to your computer and use it in GitHub Desktop.
Feature: Connecting users by extra information
Scenario: Connect user by alternative phone number
Given Current User has <num_devices> devices
Given Current User has registered with only one device
When Other User has a ContactBookItem for Current User
When ContactBookItem has all Current User's devices
Then ContactBookItem's 'contact_session_id' will equal Current Users's ID
Examples:
| num_devices |
| 1 |
| 2 |
| 10 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment