summaryrefslogtreecommitdiff
path: root/test/fixtures/pokedex_entries.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2023-11-02 21:27:28 -0400
committerDavid Gay <david@davidgay.org>2023-11-02 21:27:28 -0400
commit86f9bb8a2c3a8f011ac4b9c8d726e34607ed47c1 (patch)
tree592eb82c117187a18b3de1226e2e4975e34b0f21 /test/fixtures/pokedex_entries.yml
parent9940b4b90233f434478721c91d0c48d6c87eb619 (diff)
PokedexEntry model
Diffstat (limited to 'test/fixtures/pokedex_entries.yml')
-rw-r--r--test/fixtures/pokedex_entries.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/pokedex_entries.yml b/test/fixtures/pokedex_entries.yml
new file mode 100644
index 0000000..602f9d9
--- /dev/null
+++ b/test/fixtures/pokedex_entries.yml
@@ -0,0 +1,15 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ user: one
+ run: one
+ pokemon: one
+ recorded_at: 2023-11-02 21:14:55
+ recorded_shiny_at: 2023-11-02 21:14:55
+
+two:
+ user: two
+ run: two
+ pokemon: two
+ recorded_at: 2023-11-02 21:14:55
+ recorded_shiny_at: 2023-11-02 21:14:55