summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-02 14:53:10 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-02 14:53:10 -0400
commitf9a4ee4e998f5f113565a93802c041108e9a180d (patch)
tree453534c6ee9b38d921266f92ac02e7e740a7856c /test/fixtures
parenta2de6b22a720671b796c88c694db905665fda142 (diff)
now ran generate without ger
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/remote_usernames.yml4
-rw-r--r--test/fixtures/tournaments.yml10
2 files changed, 12 insertions, 2 deletions
diff --git a/test/fixtures/remote_usernames.yml b/test/fixtures/remote_usernames.yml
index baa1714..0b3055a 100644
--- a/test/fixtures/remote_usernames.yml
+++ b/test/fixtures/remote_usernames.yml
@@ -3,9 +3,9 @@
one:
game_id:
user_id:
- json_value: MyText
+ user_name: MyString
two:
game_id:
user_id:
- json_value: MyText
+ user_name: MyString
diff --git a/test/fixtures/tournaments.yml b/test/fixtures/tournaments.yml
index d5a4366..89edc9f 100644
--- a/test/fixtures/tournaments.yml
+++ b/test/fixtures/tournaments.yml
@@ -4,10 +4,20 @@ one:
name: MyString
game_id:
status: 1
+ min_players_per_team: 1
+ max_players_per_team: 1
+ min_teams_per_match: 1
+ max_teams_per_match: 1
+ set_rounds: 1
randomized_teams: false
two:
name: MyString
game_id:
status: 1
+ min_players_per_team: 1
+ max_players_per_team: 1
+ min_teams_per_match: 1
+ max_teams_per_match: 1
+ set_rounds: 1
randomized_teams: false