summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-01 20:24:43 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-01 20:24:43 -0500
commit11be92e4bac671852fd03922049ca592ae4c9f4e (patch)
treea70875391bbf07448f816800afd6296679fc4c06 /test/fixtures
parent2eb242f3e5b1f1ab66d84556cabcad965fe387aa (diff)
changed the gemfile to include rspecy testing and a security name i cant remember the name of
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/alerts.yml9
-rw-r--r--test/fixtures/game_attributes.yml11
-rw-r--r--test/fixtures/games.yml15
-rw-r--r--test/fixtures/matches.yml7
-rw-r--r--test/fixtures/pms.yml11
-rw-r--r--test/fixtures/server_settings.yml11
-rw-r--r--test/fixtures/servers.yml11
-rw-r--r--test/fixtures/team_match_pairs.yml9
-rw-r--r--test/fixtures/teams.yml11
-rw-r--r--test/fixtures/tournament_options.yml11
-rw-r--r--test/fixtures/tournaments.yml7
-rw-r--r--test/fixtures/user_team_pairs.yml9
-rw-r--r--test/fixtures/users.yml11
13 files changed, 0 insertions, 133 deletions
diff --git a/test/fixtures/alerts.yml b/test/fixtures/alerts.yml
deleted file mode 100644
index 52959af..0000000
--- a/test/fixtures/alerts.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- author_id:
- message: MyText
-
-two:
- author_id:
- message: MyText
diff --git a/test/fixtures/game_attributes.yml b/test/fixtures/game_attributes.yml
deleted file mode 100644
index eff7212..0000000
--- a/test/fixtures/game_attributes.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- game_id:
- key: MyText
- type: 1
-
-two:
- game_id:
- key: MyText
- type: 1
diff --git a/test/fixtures/games.yml b/test/fixtures/games.yml
deleted file mode 100644
index 3068527..0000000
--- a/test/fixtures/games.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
diff --git a/test/fixtures/matches.yml b/test/fixtures/matches.yml
deleted file mode 100644
index 0356cee..0000000
--- a/test/fixtures/matches.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- tournament_id:
-
-two:
- tournament_id:
diff --git a/test/fixtures/pms.yml b/test/fixtures/pms.yml
deleted file mode 100644
index f77e727..0000000
--- a/test/fixtures/pms.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- author_id:
- recipient_id:
- message: MyText
-
-two:
- author_id:
- recipient_id:
- message: MyText
diff --git a/test/fixtures/server_settings.yml b/test/fixtures/server_settings.yml
deleted file mode 100644
index 937a0c0..0000000
--- a/test/fixtures/server_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-# This model initially had no columns defined. If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-# column: value
diff --git a/test/fixtures/servers.yml b/test/fixtures/servers.yml
deleted file mode 100644
index 937a0c0..0000000
--- a/test/fixtures/servers.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-# This model initially had no columns defined. If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-# column: value
diff --git a/test/fixtures/team_match_pairs.yml b/test/fixtures/team_match_pairs.yml
deleted file mode 100644
index 5f9cf2f..0000000
--- a/test/fixtures/team_match_pairs.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- team_id:
- match_id:
-
-two:
- team_id:
- match_id:
diff --git a/test/fixtures/teams.yml b/test/fixtures/teams.yml
deleted file mode 100644
index 937a0c0..0000000
--- a/test/fixtures/teams.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-# This model initially had no columns defined. If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-# column: value
diff --git a/test/fixtures/tournament_options.yml b/test/fixtures/tournament_options.yml
deleted file mode 100644
index 937a0c0..0000000
--- a/test/fixtures/tournament_options.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-# This model initially had no columns defined. If you add columns to the
-# model remove the '{}' from the fixture names and add the columns immediately
-# below each fixture, per the syntax in the comments below
-#
-one: {}
-# column: value
-#
-two: {}
-# column: value
diff --git a/test/fixtures/tournaments.yml b/test/fixtures/tournaments.yml
deleted file mode 100644
index 4cba7ca..0000000
--- a/test/fixtures/tournaments.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- game_id:
-
-two:
- game_id:
diff --git a/test/fixtures/user_team_pairs.yml b/test/fixtures/user_team_pairs.yml
deleted file mode 100644
index a76036f..0000000
--- a/test/fixtures/user_team_pairs.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- user_id:
- team_id:
-
-two:
- user_id:
- team_id:
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
deleted file mode 100644
index ea3e874..0000000
--- a/test/fixtures/users.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
-
-one:
- name: MyString
- email: MyString
- user_name: MyString
-
-two:
- name: MyString
- email: MyString
- user_name: MyString