diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 18:16:28 -0500 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 18:16:28 -0500 |
commit | 94a5654371812905c154f29cef393d42f13c5eaa (patch) | |
tree | 6bd168b6837f8ae9e4725bc1cdbdfc52cb1f9c5c /test/fixtures/teams.yml | |
parent | 5f5a3ca46b0c59f698a49de463d72492cfe60f37 (diff) |
Added the generate shell command. Please do not commit the generated files.
Diffstat (limited to 'test/fixtures/teams.yml')
-rw-r--r-- | test/fixtures/teams.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/teams.yml b/test/fixtures/teams.yml new file mode 100644 index 0000000..937a0c0 --- /dev/null +++ b/test/fixtures/teams.yml @@ -0,0 +1,11 @@ +# 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 |