mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-13 16:40:48 +00:00
Cleaned scaffold tests and set up fixtures needed for now.
This commit is contained in:
10
test/fixtures/schools.yml
vendored
10
test/fixtures/schools.yml
vendored
@@ -1,9 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
score: 1
|
||||
id: 1
|
||||
name: Central Crossing
|
||||
tournament_id: 1
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
score: 1
|
||||
id: 2
|
||||
name: Grove City
|
||||
tournament_id: 1
|
||||
|
||||
Reference in New Issue
Block a user