summaryrefslogtreecommitdiff
path: root/test/fixtures/games.yml
blob: 306852711c9876ead21dacbfb4c3ee337236ca8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  name: MyText
  players_per_team: 1
  teams_per_match: 1
  set_rounds: 1
  randomized_teams: 1

two:
  name: MyText
  players_per_team: 1
  teams_per_match: 1
  set_rounds: 1
  randomized_teams: 1