Skip to content

Instantly share code, notes, and snippets.

@joaomdmoura
Last active August 29, 2015 14:25
Show Gist options
  • Save joaomdmoura/3c6fa67153aab01e957b to your computer and use it in GitHub Desktop.
Save joaomdmoura/3c6fa67153aab01e957b to your computer and use it in GitHub Desktop.
Fake Data
##
## SCENARIO One Driver one Passenger (current_user) and Two pending invitations
##
# 1 Ride
{email: "phil.dtyyx@ride.com", password: "dtyyx", id: 3608}
{email: "phil.xxyjk@ride.com", password: "xxyjk", id: 3607}
# 2 Ride
{email: "phil.tsqyv@ride.com", password: "tsqyv", id: 3610}
{email: "phil.ozsdp@ride.com", password: "ozsdp", id: 3609}
##
## SCENARIO One Driver one Passenger (current_user) without Pending Invitation
##
# 1 Ride
{email: "phil.qxtnr@ride.com", password: "qxtnr", id: 3612}
{email: "phil.balcy@ride.com", password: "balcy", id: 3611}
# 2 Ride
{email: "phil.xytqt@ride.com", password: "xytqt", id: 3614}
{email: "phil.rvrig@ride.com", password: "rvrig", id: 3613}
##
## SCENARIO Two Drivers one Passenger (current_user) and Two pending invitations
##
# 1 Ride
{email: "phil.exxbf@ride.com", password: "exxbf", id: 3616}
{email: "phil.yhyyf@ride.com", password: "yhyyf", id: 3615}
{email: "phil.hvqte@ride.com", password: "hvqte", id: 3617}
# 2 Ride
{email: "phil.bwuft@ride.com", password: "bwuft", id: 3619}
{email: "phil.ehoml@ride.com", password: "ehoml", id: 3618}
{email: "phil.gjhkr@ride.com", password: "gjhkr", id: 3620}
##
## SCENARIO One Drivers two Passenger, one with missing_charge_card false
##
# 1 Ride
{email: "phil.zqgwk@ride.com", password: "zqgwk", id: 3622}
{email: "phil.dkgao@ride.com", password: "dkgao", id: 3623}
{email: "phil.mpiae@ride.com", password: "mpiae", id: 3621}
# 2 Ride
{email: "phil.lfavy@ride.com", password: "lfavy", id: 3625}
{email: "phil.pcnkx@ride.com", password: "pcnkx", id: 3626}
{email: "phil.xxdll@ride.com", password: "xxdll", id: 3624}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment