summaryrefslogtreecommitdiff
path: root/test/fixtures/ptu_pokemons.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/ptu_pokemons.yml')
-rw-r--r--test/fixtures/ptu_pokemons.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/fixtures/ptu_pokemons.yml b/test/fixtures/ptu_pokemons.yml
new file mode 100644
index 0000000..6c0db12
--- /dev/null
+++ b/test/fixtures/ptu_pokemons.yml
@@ -0,0 +1,23 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ name: Bulbasaur
+ base_hp: 5
+ base_atk: 5
+ base_def: 5
+ base_spatk: 7
+ base_spdef: 7
+ base_speed: 5
+ male_chance: 87.5
+ notes: Some info
+
+two:
+ name: Charmander
+ base_hp: 4
+ base_atk: 5
+ base_def: 4
+ base_spatk: 6
+ base_spdef: 5
+ base_speed: 7
+ male_chance: 87.5
+ notes: Blah blah