summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-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