blob: 750cc53233d3736fcc4364e288b34a3ec8c78001 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
species: one
trainer: one
key: MyString
ot_name: MyString
ot_number: 1
met_type: MyString
met_location: MyString
met_level: 1
shiny: false
nature: MyString
gender: MyString
second_ability: false
unown_letter:
two:
species: two
trainer: two
key: MyString
ot_name: MyString
ot_number: 1
met_type: MyString
met_location: MyString
met_level: 1
shiny: false
nature: MyString
gender: MyString
second_ability: false
unown_letter:
|