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:
15
test/fixtures/api_tokens.yml
vendored
Normal file
15
test/fixtures/api_tokens.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
token: MyString
|
||||
name: MyString
|
||||
last_used_at: 2026-03-28 14:34:38
|
||||
expires_at: 2026-03-28 14:34:38
|
||||
|
||||
two:
|
||||
user: two
|
||||
token: MyString
|
||||
name: MyString
|
||||
last_used_at: 2026-03-28 14:34:38
|
||||
expires_at: 2026-03-28 14:34:38
|
||||
11
test/fixtures/collection_games.yml
vendored
Normal file
11
test/fixtures/collection_games.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
collection: one
|
||||
game: one
|
||||
position: 1
|
||||
|
||||
two:
|
||||
collection: two
|
||||
game: two
|
||||
position: 1
|
||||
13
test/fixtures/collections.yml
vendored
Normal file
13
test/fixtures/collections.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user: one
|
||||
name: MyString
|
||||
description: MyText
|
||||
parent_collection_id: 1
|
||||
|
||||
two:
|
||||
user: two
|
||||
name: MyString
|
||||
description: MyText
|
||||
parent_collection_id: 1
|
||||
0
test/fixtures/files/.keep
vendored
Normal file
0
test/fixtures/files/.keep
vendored
Normal file
9
test/fixtures/game_genres.yml
vendored
Normal file
9
test/fixtures/game_genres.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
game: one
|
||||
genre: one
|
||||
|
||||
two:
|
||||
game: two
|
||||
genre: two
|
||||
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
|
||||
7
test/fixtures/genres.yml
vendored
Normal file
7
test/fixtures/genres.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
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
|
||||
11
test/fixtures/platforms.yml
vendored
Normal file
11
test/fixtures/platforms.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
abbreviation: MyString
|
||||
manufacturer: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
abbreviation: MyString
|
||||
manufacturer: MyString
|
||||
15
test/fixtures/users.yml
vendored
Normal file
15
test/fixtures/users.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
username: MyString
|
||||
encrypted_password: MyString
|
||||
bio: MyText
|
||||
profile_public: false
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
username: MyString
|
||||
encrypted_password: MyString
|
||||
bio: MyText
|
||||
profile_public: false
|
||||
Reference in New Issue
Block a user