22 lines
331 B
YAML
22 lines
331 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
team_1:
|
|
team_2:
|
|
score_team_1: 1
|
|
score_team_2: 1
|
|
state: 1
|
|
position: 1
|
|
is_group_match: false
|
|
|
|
two:
|
|
id: 1
|
|
team_1:
|
|
team_2:
|
|
score_team_1: 1
|
|
score_team_2: 1
|
|
state: 1
|
|
position: 1
|
|
is_group_match: false
|