mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 00:32:53 +00:00
Moving to github
This commit is contained in:
33
test/fixtures/games.yml
vendored
Normal file
33
test/fixtures/games.yml
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
platform: one
|
||||
title: MyString
|
||||
format: MyString
|
||||
date_added: 2026-03-28
|
||||
completion_status: MyString
|
||||
user_rating: 1
|
||||
notes: MyText
|
||||
condition: MyString
|
||||
price_paid: 9.99
|
||||
location: MyString
|
||||
digital_store: MyString
|
||||
custom_entry: false
|
||||
igdb_id: 1
|
||||
|
||||
two:
|
||||
user: two
|
||||
platform: two
|
||||
title: MyString
|
||||
format: MyString
|
||||
date_added: 2026-03-28
|
||||
completion_status: MyString
|
||||
user_rating: 1
|
||||
notes: MyText
|
||||
condition: MyString
|
||||
price_paid: 9.99
|
||||
location: MyString
|
||||
digital_store: MyString
|
||||
custom_entry: false
|
||||
igdb_id: 1
|
||||
Reference in New Issue
Block a user