diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-06 17:34:41 -0500 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-06 17:34:41 -0500 |
commit | 0e8af95b4656d851cc43b45f8c48fd2c4d4c1ed2 (patch) | |
tree | 263f0e970f8ce981470e591d94d14700810d7853 /test/fixtures/tournament_options.yml | |
parent | 240d8602fb6aaf249b33db7b0c2f8a72add63658 (diff) | |
parent | f5d36fc67d1994b7cc1ce02e7be2767ffcb47857 (diff) |
merge ready?
Diffstat (limited to 'test/fixtures/tournament_options.yml')
-rw-r--r-- | test/fixtures/tournament_options.yml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/test/fixtures/tournament_options.yml b/test/fixtures/tournament_options.yml index 937a0c0..aa5eaef 100644 --- a/test/fixtures/tournament_options.yml +++ b/test/fixtures/tournament_options.yml @@ -1,11 +1,13 @@ # 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 +one: + tournament_id: + vartype: 1 + name: MyString + value: MyText + +two: + tournament_id: + vartype: 1 + name: MyString + value: MyText |