summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-10 17:41:24 -0400
committertkimia <tkimia@purdue.edu>2014-04-10 17:41:24 -0400
commitb09b504fad01988004745363332375697135800a (patch)
tree09cd9a5d9273efe4374ea59471e2e194a4195711 /test/fixtures
parenteafa409389ce53ee2ab8eb99e81a3d0f4cc49c74 (diff)
ran generate.sh
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/bracket_matches.yml11
-rw-r--r--test/fixtures/brackets.yml11
2 files changed, 22 insertions, 0 deletions
diff --git a/test/fixtures/bracket_matches.yml b/test/fixtures/bracket_matches.yml
new file mode 100644
index 0000000..a9a0c78
--- /dev/null
+++ b/test/fixtures/bracket_matches.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ bracket_id:
+ match_id:
+ predicted_winner_id:
+
+two:
+ bracket_id:
+ match_id:
+ predicted_winner_id:
diff --git a/test/fixtures/brackets.yml b/test/fixtures/brackets.yml
new file mode 100644
index 0000000..15b8207
--- /dev/null
+++ b/test/fixtures/brackets.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ user_id:
+ tournament_id:
+ name: MyString
+
+two:
+ user_id:
+ tournament_id:
+ name: MyString