init
This commit is contained in:
0
test/fixtures/files/.keep
vendored
Normal file
0
test/fixtures/files/.keep
vendored
Normal file
21
test/fixtures/games.yml
vendored
Normal file
21
test/fixtures/games.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
timestamp: 2025-01-23 12:06:08
|
||||
gametype: 1
|
||||
wager: 1
|
||||
winner: MyString
|
||||
loser: MyString
|
||||
high_roll: 1
|
||||
low_roll: 1
|
||||
payout: 1
|
||||
|
||||
two:
|
||||
timestamp: 2025-01-23 12:06:08
|
||||
gametype: 1
|
||||
wager: 1
|
||||
winner: MyString
|
||||
loser: MyString
|
||||
high_roll: 1
|
||||
low_roll: 1
|
||||
payout: 1
|
13
test/fixtures/players.yml
vendored
Normal file
13
test/fixtures/players.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
wins: 1
|
||||
losses: 1
|
||||
purse: 1
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
wins: 1
|
||||
losses: 1
|
||||
purse: 1
|
Reference in New Issue
Block a user