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