diff options
| author | realtradam <[email protected]> | 2024-06-27 12:41:26 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-27 12:41:26 -0400 |
| commit | c8be5658bae95b94198dc00bd206ba324d9404e0 (patch) | |
| tree | 24563828d9f04a4e52c9187cff3c028434fd886c /test/fixtures | |
| parent | 8ec0664fe7cf4a34bc5fc1f162c053622a42dd41 (diff) | |
| download | gameHolster-c8be5658bae95b94198dc00bd206ba324d9404e0.tar.gz gameHolster-c8be5658bae95b94198dc00bd206ba324d9404e0.zip | |
add frontend to repo
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/files/.keep | 0 | ||||
| -rw-r--r-- | test/fixtures/games.yml | 9 | ||||
| -rw-r--r-- | test/fixtures/tags.yml | 9 | ||||
| -rw-r--r-- | test/fixtures/users.yml | 13 |
4 files changed, 0 insertions, 31 deletions
diff --git a/test/fixtures/files/.keep b/test/fixtures/files/.keep deleted file mode 100644 index e69de29..0000000 --- a/test/fixtures/files/.keep +++ /dev/null diff --git a/test/fixtures/games.yml b/test/fixtures/games.yml deleted file mode 100644 index 348ba2f..0000000 --- a/test/fixtures/games.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - title: MyString - titleSlug: MyString - -two: - title: MyString - titleSlug: MyString diff --git a/test/fixtures/tags.yml b/test/fixtures/tags.yml deleted file mode 100644 index 5b866c5..0000000 --- a/test/fixtures/tags.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - type: - name: MyString - -two: - type: - name: MyString diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml deleted file mode 100644 index e4d2e35..0000000 --- a/test/fixtures/users.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - user_name: MyString - identifier: MyString - access_token_digest: MyString - user_data: - -two: - user_name: MyString - identifier: MyString - access_token_digest: MyString - user_data: |
