This commit is contained in:
2025-01-24 10:22:13 -08:00
commit fc0a446b01
107 changed files with 3251 additions and 0 deletions

0
test/fixtures/files/.keep vendored Normal file
View File

21
test/fixtures/games.yml vendored Normal file
View 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
View 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