blob: d5a436639b479bfb5a7312fed446dcd95741f9af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: MyString
game_id:
status: 1
randomized_teams: false
two:
name: MyString
game_id:
status: 1
randomized_teams: false
|