diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-02-27 17:41:59 -0500 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-02-27 17:41:59 -0500 |
commit | f3f17dcd9755020276062caae7c0677eff88cb2f (patch) | |
tree | 36018148c3335f708269075f41c8892a62d0c85b /test/fixtures | |
parent | de40ec53e8b80d8d880214183f19ea93172a0026 (diff) |
Added the Games Attributes stuff.
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/games.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/games.yml b/test/fixtures/games.yml index ce6f466..3068527 100644 --- a/test/fixtures/games.yml +++ b/test/fixtures/games.yml @@ -2,6 +2,14 @@ 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 |