diff options
| author | realtradam <[email protected]> | 2024-06-07 00:19:18 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-07 00:19:18 -0400 |
| commit | de44507f2a75e36c4cea05f250f0f3d24e1dd123 (patch) | |
| tree | 10bc5973c62203693199a59ccb6327cb77107559 /test/fixtures | |
| parent | 22c1d8d71de2bd52513f684196fa66a53e7362aa (diff) | |
| download | gameHolster-de44507f2a75e36c4cea05f250f0f3d24e1dd123.tar.gz gameHolster-de44507f2a75e36c4cea05f250f0f3d24e1dd123.zip | |
add tags
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/tags.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/tags.yml b/test/fixtures/tags.yml new file mode 100644 index 0000000..5b866c5 --- /dev/null +++ b/test/fixtures/tags.yml @@ -0,0 +1,9 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + type: + name: MyString + +two: + type: + name: MyString |
