mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-16 04:56:58 +00:00
Cleaned scaffold tests and set up fixtures needed for now.
This commit is contained in:
32
test/fixtures/matches.yml
vendored
32
test/fixtures/matches.yml
vendored
@@ -1,19 +1,19 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
r_id: 1
|
||||
g_id: 1
|
||||
g_stat: MyText
|
||||
r_stat: MyText
|
||||
winner_id: 1
|
||||
win_type: MyString
|
||||
score: MyString
|
||||
# one:
|
||||
# r_id: 1
|
||||
# g_id: 1
|
||||
# g_stat: MyText
|
||||
# r_stat: MyText
|
||||
# winner_id: 1
|
||||
# win_type: MyString
|
||||
# score: MyString
|
||||
|
||||
two:
|
||||
r_id: 1
|
||||
g_id: 1
|
||||
g_stat: MyText
|
||||
r_stat: MyText
|
||||
winner_id: 1
|
||||
win_type: MyString
|
||||
score: MyString
|
||||
# two:
|
||||
# r_id: 1
|
||||
# g_id: 1
|
||||
# g_stat: MyText
|
||||
# r_stat: MyText
|
||||
# winner_id: 1
|
||||
# win_type: MyString
|
||||
# score: MyString
|
||||
|
||||
Reference in New Issue
Block a user