blob: f64a72eb6d87f656c18f6c5b4a30a2fb45c3fca4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
status: 1
tournament_id:
name: MyString
winner_id:
remote_id: MyString
submitted_peer_evaluations: 1
two:
status: 1
tournament_id:
name: MyString
winner_id:
remote_id: MyString
submitted_peer_evaluations: 1
|