mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-03 04:34:50 +00:00
Cleaned scaffold tests and set up fixtures needed for now.
This commit is contained in:
16
test/fixtures/tournaments.yml
vendored
16
test/fixtures/tournaments.yml
vendored
@@ -1,13 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
address: MyString
|
||||
director: MyString
|
||||
director_email: MyString
|
||||
id: 1
|
||||
name: Comet Classic
|
||||
address: Some Place
|
||||
director: Jacob Cody Wimer
|
||||
director_email: jacob.wimer@gmail.com
|
||||
matchups_array:
|
||||
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
address: MyString
|
||||
director: MyString
|
||||
director_email: MyString
|
||||
|
||||
Reference in New Issue
Block a user