about summary refs log tree commit diff stats
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/pokeviewer/moves.yml9
-rw-r--r--test/fixtures/pokeviewer/pokemon.yml31
-rw-r--r--test/fixtures/pokeviewer/revision_moves.yml13
-rw-r--r--test/fixtures/pokeviewer/revisions.yml55
-rw-r--r--test/fixtures/pokeviewer/species.yml9
-rw-r--r--test/fixtures/pokeviewer/trainers.yml11
6 files changed, 128 insertions, 0 deletions
diff --git a/test/fixtures/pokeviewer/moves.yml b/test/fixtures/pokeviewer/moves.yml new file mode 100644 index 0000000..453cab6 --- /dev/null +++ b/test/fixtures/pokeviewer/moves.yml
@@ -0,0 +1,9 @@
1# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 name: MyString
5 pp: 1
6
7two:
8 name: MyString
9 pp: 1
diff --git a/test/fixtures/pokeviewer/pokemon.yml b/test/fixtures/pokeviewer/pokemon.yml new file mode 100644 index 0000000..750cc53 --- /dev/null +++ b/test/fixtures/pokeviewer/pokemon.yml
@@ -0,0 +1,31 @@
1# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 species: one
5 trainer: one
6 key: MyString
7 ot_name: MyString
8 ot_number: 1
9 met_type: MyString
10 met_location: MyString
11 met_level: 1
12 shiny: false
13 nature: MyString
14 gender: MyString
15 second_ability: false
16 unown_letter:
17
18two:
19 species: two
20 trainer: two
21 key: MyString
22 ot_name: MyString
23 ot_number: 1
24 met_type: MyString
25 met_location: MyString
26 met_level: 1
27 shiny: false
28 nature: MyString
29 gender: MyString
30 second_ability: false
31 unown_letter:
diff --git a/test/fixtures/pokeviewer/revision_moves.yml b/test/fixtures/pokeviewer/revision_moves.yml new file mode 100644 index 0000000..f70fda1 --- /dev/null +++ b/test/fixtures/pokeviewer/revision_moves.yml
@@ -0,0 +1,13 @@
1# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 revision: one
5 move: one
6 number: 1
7 pp_bonuses: 1
8
9two:
10 revision: two
11 move: two
12 number: 1
13 pp_bonuses: 1
diff --git a/test/fixtures/pokeviewer/revisions.yml b/test/fixtures/pokeviewer/revisions.yml new file mode 100644 index 0000000..eddd53f --- /dev/null +++ b/test/fixtures/pokeviewer/revisions.yml
@@ -0,0 +1,55 @@
1# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 pokemon: one
5 nickname: MyString
6 experience: 1
7 level: 1
8 hp: 1
9 attack: 1
10 defense: 1
11 special_attack: 1
12 special_defense: 1
13 speed: 1
14 coolness: 1
15 beauty: 1
16 cuteness: 1
17 smartness: 1
18 toughness: 1
19 sheen: 1
20 move1: one
21 move2: one
22 move3: one
23 move4: one
24 move1_pp: 1
25 move2_pp: 1
26 move3_pp: 1
27 move4_pp: 1
28 hold_item: 1
29
30two:
31 pokemon: two
32 nickname: MyString
33 experience: 1
34 level: 1
35 hp: 1
36 attack: 1
37 defense: 1
38 special_attack: 1
39 special_defense: 1
40 speed: 1
41 coolness: 1
42 beauty: 1
43 cuteness: 1
44 smartness: 1
45 toughness: 1
46 sheen: 1
47 move1: two
48 move2: two
49 move3: two
50 move4: two
51 move1_pp: 1
52 move2_pp: 1
53 move3_pp: 1
54 move4_pp: 1
55 hold_item: 1
diff --git a/test/fixtures/pokeviewer/species.yml b/test/fixtures/pokeviewer/species.yml new file mode 100644 index 0000000..e5cbf31 --- /dev/null +++ b/test/fixtures/pokeviewer/species.yml
@@ -0,0 +1,9 @@
1# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 number: 1
5 name: MyString
6
7two:
8 number: 1
9 name: MyString
diff --git a/test/fixtures/pokeviewer/trainers.yml b/test/fixtures/pokeviewer/trainers.yml new file mode 100644 index 0000000..0675334 --- /dev/null +++ b/test/fixtures/pokeviewer/trainers.yml
@@ -0,0 +1,11 @@
1# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 game: MyString
5 name: MyString
6 number:
7
8two:
9 game: MyString
10 name: MyString
11 number: