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: "[email protected]", password: "dtyyx", id: 3608}
{email: "[email protected]", password: "xxyjk", id: 3607}
# 2 Ride
{email: "[email protected]", password: "tsqyv", id: 3610}
{email: "[email protected]", password: "ozsdp", id: 3609}
##
## SCENARIO One Driver one Passenger (current_user) without Pending Invitation
##
# 1 Ride
{email: "[email protected]", password: "qxtnr", id: 3612}
{email: "[email protected]", password: "balcy", id: 3611}
# 2 Ride
{email: "[email protected]", password: "xytqt", id: 3614}
{email: "[email protected]", password: "rvrig", id: 3613}
##
## SCENARIO Two Drivers one Passenger (current_user) and Two pending invitations
##
# 1 Ride
{email: "[email protected]", password: "exxbf", id: 3616}
{email: "[email protected]", password: "yhyyf", id: 3615}
{email: "[email protected]", password: "hvqte", id: 3617}
# 2 Ride
{email: "[email protected]", password: "bwuft", id: 3619}
{email: "[email protected]", password: "ehoml", id: 3618}
{email: "[email protected]", password: "gjhkr", id: 3620}
##
## SCENARIO One Drivers two Passenger, one with missing_charge_card false
##
# 1 Ride
{email: "[email protected]", password: "zqgwk", id: 3622}
{email: "[email protected]", password: "dkgao", id: 3623}
{email: "[email protected]", password: "mpiae", id: 3621}
# 2 Ride
{email: "[email protected]", password: "lfavy", id: 3625}
{email: "[email protected]", password: "pcnkx", id: 3626}
{email: "[email protected]", password: "xxdll", id: 3624}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment