diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-10 17:41:24 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-10 17:41:24 -0400 |
commit | b09b504fad01988004745363332375697135800a (patch) | |
tree | 09cd9a5d9273efe4374ea59471e2e194a4195711 /test/fixtures/bracket_matches.yml | |
parent | eafa409389ce53ee2ab8eb99e81a3d0f4cc49c74 (diff) |
ran generate.sh
Diffstat (limited to 'test/fixtures/bracket_matches.yml')
-rw-r--r-- | test/fixtures/bracket_matches.yml | 11 |
1 files changed, 11 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: |