diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-25 16:38:52 -0400 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-25 16:38:52 -0400 |
commit | 8435c0a5ec9889a9da6ede2e24c044d64b279095 (patch) | |
tree | d277b31519df83e8a1c060b04c6ea6cf50b5c361 /test/fixtures | |
parent | 4d58cc07933fd0a0756c667b38f2e0658302aebf (diff) | |
parent | 4e754e04d6bd04267e5a55011aa9f4f2a2fc7859 (diff) |
Tournament Name added
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/tournaments.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/tournaments.yml b/test/fixtures/tournaments.yml index 27c92f9..89edc9f 100644 --- a/test/fixtures/tournaments.yml +++ b/test/fixtures/tournaments.yml @@ -1,6 +1,7 @@ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: + name: MyString game_id: status: 1 min_players_per_team: 1 @@ -11,6 +12,7 @@ one: randomized_teams: false two: + name: MyString game_id: status: 1 min_players_per_team: 1 |