diff options
| author | realtradam <[email protected]> | 2024-05-22 14:59:24 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-05-22 14:59:24 -0400 |
| commit | 6cf41b4a5c55c91974e31ac032d969c7481b3e80 (patch) | |
| tree | d0233a35a60f33f6d7115a26139fd6e61f96c15a /test/fixtures | |
| parent | 3321db8f9c549103ebae46bf025a3135208a2e3b (diff) | |
| download | gameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.tar.gz gameHolster-6cf41b4a5c55c91974e31ac032d969c7481b3e80.zip | |
extract frontend
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/blogs.yml | 17 | ||||
| -rw-r--r-- | test/fixtures/games.yml | 8 | ||||
| -rw-r--r-- | test/fixtures/users.yml | 8 |
3 files changed, 6 insertions, 27 deletions
diff --git a/test/fixtures/blogs.yml b/test/fixtures/blogs.yml deleted file mode 100644 index 3dc1deb..0000000 --- a/test/fixtures/blogs.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - name: MyString - category: MyString - content: MyText - image: MyString - live_date: 2024-04-08 - update_date: 2024-04-08 - -two: - name: MyString - category: MyString - content: MyText - image: MyString - live_date: 2024-04-08 - update_date: 2024-04-08 diff --git a/test/fixtures/games.yml b/test/fixtures/games.yml index ba6c0d7..348ba2f 100644 --- a/test/fixtures/games.yml +++ b/test/fixtures/games.yml @@ -2,12 +2,8 @@ one: title: MyString - body: MyText - status: 1 - user: one + titleSlug: MyString two: title: MyString - body: MyText - status: 1 - user: two + titleSlug: MyString diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 9cf2d21..e4d2e35 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,13 +1,13 @@ # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: + user_name: MyString identifier: MyString access_token_digest: MyString - salt: MyString - data: + user_data: two: + user_name: MyString identifier: MyString access_token_digest: MyString - salt: MyString - data: + user_data: |
