mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 23:34:51 +00:00
Cleaned scaffold tests and set up fixtures needed for now.
This commit is contained in:
29
test/fixtures/weights.yml
vendored
29
test/fixtures/weights.yml
vendored
@@ -1,7 +1,30 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
max: 1
|
||||
|
||||
id: 1
|
||||
max: 106
|
||||
tournament_id: 1
|
||||
|
||||
two:
|
||||
max: 1
|
||||
id: 2
|
||||
max: 120
|
||||
tournament_id: 1
|
||||
|
||||
three:
|
||||
id: 3
|
||||
max: 113
|
||||
tournament_id: 1
|
||||
|
||||
four:
|
||||
id: 4
|
||||
max: 126
|
||||
tournament_id: 1
|
||||
|
||||
five:
|
||||
id: 5
|
||||
max: 132
|
||||
tournament_id: 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user