VALID_GAME_01 = { id: 2534, title: nil, metadata: nil, flow: [ { id: 2780, pass_round: 2781, fail_round: nil, start: true, title: 'my sub round', type: 'submission', start_date: 1406065397, end_date: 1406075397 }, { id: 2781, pass_round: 2782, fail_round: nil, start: nil, title: 'my rb round', type: 'random_draw', start_date: 1406075397, end_date: 1406085397 }, { id: 2782, pass_round: nil, fail_round: nil, start: nil, title: 'my pf round', type: 'prize_fulfillment', start_date: 1406095398, end_date: 1406105398 } ], entries_count: 1, rounds_count: 3, participants_count: 1 } VALID_GAME_01_UPDATED = { id: 2680, title: 'updated', metadata: nil, flow: [ { id: 2780, pass_round: 2781, fail_round: nil, start: true, title: 'my sub round', type: 'submission', start_date: 1406065397, end_date: 1406075397 }, { id: 2781, pass_round: 2782, fail_round: nil, start: nil, title: 'my rb round', type: 'random_draw', start_date: 1406075397, end_date: 1406085397 }, { id: 2782, pass_round: nil, fail_round: nil, start: nil, title: 'my pf round', type: 'prize_fulfillment', start_date: 1406095398, end_date: 1406105398 } ], entries_count: 1, rounds_count: 3, participants_count: 1 } VALID_GAME_02 = { id: 2677, title: nil, metadata: nil, flow: [ { id: 2771, pass_round: 2772, fail_round: nil, start: true, title: 'my sub round', type: 'submission', start_date: 1406065391, end_date: 1406075391 }, { id: 2772, pass_round: 2773, fail_round: nil, start: nil, title: 'my rb round', type: 'random_draw', start_date: 1406075392, end_date: 1406085392 }, { id: 2773, pass_round: nil, fail_round: nil, start: nil, title: 'my pf round', type: 'prize_fulfillment', start_date: 1406095392, end_date: 1406105392 } ], entries_count: 0, rounds_count: 3, participants_count: 1 } GAME_INDEX = { results: [VALID_GAME_01, VALID_GAME_02], paging: { min_id: VALID_GAME_01[:id], max_id: VALID_GAME_02[:id], next_max_id: VALID_GAME_01[:id] - 1 } }