From 0f2b05889cba090e4824f62965ee8d131da09973 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Tue, 1 Apr 2014 17:07:46 -0400 Subject: Re-ran generate. --- test/fixtures/matches.yml | 2 ++ test/fixtures/remote_usernames.yml | 11 +++++++++++ test/fixtures/tournament_options.yml | 13 ------------- test/fixtures/tournament_preferences.yml | 13 +++++++++++++ test/fixtures/tournaments.yml | 12 ++---------- 5 files changed, 28 insertions(+), 23 deletions(-) create mode 100644 test/fixtures/remote_usernames.yml delete mode 100644 test/fixtures/tournament_options.yml create mode 100644 test/fixtures/tournament_preferences.yml (limited to 'test/fixtures') diff --git a/test/fixtures/matches.yml b/test/fixtures/matches.yml index 00af9f5..8e86062 100644 --- a/test/fixtures/matches.yml +++ b/test/fixtures/matches.yml @@ -5,9 +5,11 @@ one: tournament_id: name: MyString winner_id: + remote_id: MyString two: status: 1 tournament_id: name: MyString winner_id: + remote_id: MyString diff --git a/test/fixtures/remote_usernames.yml b/test/fixtures/remote_usernames.yml new file mode 100644 index 0000000..baa1714 --- /dev/null +++ b/test/fixtures/remote_usernames.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + game_id: + user_id: + json_value: MyText + +two: + game_id: + user_id: + json_value: MyText diff --git a/test/fixtures/tournament_options.yml b/test/fixtures/tournament_options.yml deleted file mode 100644 index aa5eaef..0000000 --- a/test/fixtures/tournament_options.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - tournament_id: - vartype: 1 - name: MyString - value: MyText - -two: - tournament_id: - vartype: 1 - name: MyString - value: MyText diff --git a/test/fixtures/tournament_preferences.yml b/test/fixtures/tournament_preferences.yml new file mode 100644 index 0000000..aa5eaef --- /dev/null +++ b/test/fixtures/tournament_preferences.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + tournament_id: + vartype: 1 + name: MyString + value: MyText + +two: + tournament_id: + vartype: 1 + name: MyString + value: MyText diff --git a/test/fixtures/tournaments.yml b/test/fixtures/tournaments.yml index 89edc9f..25bb065 100644 --- a/test/fixtures/tournaments.yml +++ b/test/fixtures/tournaments.yml @@ -4,20 +4,12 @@ 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 + ger: MyString 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 + ger: MyString randomized_teams: false -- cgit v1.2.3-2-g168b