mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
remove linker fixtures
This commit is contained in:
parent
6fe86c56ee
commit
f13e791db0
11
test/fixtures/building_countries.yml
vendored
11
test/fixtures/building_countries.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
building_id: 1
|
||||
country_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
building_id: 1
|
||||
country_id: 1
|
||||
user_id: 1
|
||||
11
test/fixtures/building_landmarks.yml
vendored
11
test/fixtures/building_landmarks.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
building_id: 1
|
||||
landmark_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
building_id: 1
|
||||
landmark_id: 1
|
||||
user_id: 1
|
||||
11
test/fixtures/building_locations.yml
vendored
11
test/fixtures/building_locations.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
building_id: 1
|
||||
location_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
building_id: 1
|
||||
location_id: 1
|
||||
user_id: 1
|
||||
11
test/fixtures/building_nearby_buildings.yml
vendored
11
test/fixtures/building_nearby_buildings.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
building_id: 1
|
||||
nearby_building_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
building_id: 1
|
||||
nearby_building_id: 1
|
||||
user_id: 1
|
||||
11
test/fixtures/building_schools.yml
vendored
11
test/fixtures/building_schools.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
building_id: 1
|
||||
school_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
building_id: 1
|
||||
school_id: 1
|
||||
user_id: 1
|
||||
11
test/fixtures/building_towns.yml
vendored
11
test/fixtures/building_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
building_id: 1
|
||||
town_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
building_id: 1
|
||||
town_id: 1
|
||||
user_id: 1
|
||||
11
test/fixtures/character_birthtowns.yml
vendored
11
test/fixtures/character_birthtowns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
birthtown_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
birthtown_id: 1
|
||||
11
test/fixtures/character_companions.yml
vendored
11
test/fixtures/character_companions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
companion_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
companion_id: 1
|
||||
11
test/fixtures/character_enemies.yml
vendored
11
test/fixtures/character_enemies.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
characters_id:
|
||||
enemy_id: 1
|
||||
user_id:
|
||||
|
||||
two:
|
||||
characters_id:
|
||||
enemy_id: 1
|
||||
user_id:
|
||||
11
test/fixtures/character_floras.yml
vendored
11
test/fixtures/character_floras.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
flora_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
flora_id:
|
||||
11
test/fixtures/character_friends.yml
vendored
11
test/fixtures/character_friends.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
friend_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
friend_id: 1
|
||||
11
test/fixtures/character_items.yml
vendored
11
test/fixtures/character_items.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
item_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
item_id:
|
||||
11
test/fixtures/character_love_interests.yml
vendored
11
test/fixtures/character_love_interests.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
love_interest_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
love_interest_id: 1
|
||||
11
test/fixtures/character_magics.yml
vendored
11
test/fixtures/character_magics.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
character_id:
|
||||
magic_id:
|
||||
user_id:
|
||||
|
||||
two:
|
||||
character_id:
|
||||
magic_id:
|
||||
user_id:
|
||||
11
test/fixtures/character_technologies.yml
vendored
11
test/fixtures/character_technologies.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
character_id:
|
||||
technology_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
character_id:
|
||||
technology_id:
|
||||
11
test/fixtures/continent_countries.yml
vendored
11
test/fixtures/continent_countries.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
country: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
country: two
|
||||
user: two
|
||||
11
test/fixtures/continent_creatures.yml
vendored
11
test/fixtures/continent_creatures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
creature: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
creature: two
|
||||
user: two
|
||||
11
test/fixtures/continent_floras.yml
vendored
11
test/fixtures/continent_floras.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
flora: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
flora: two
|
||||
user: two
|
||||
11
test/fixtures/continent_governments.yml
vendored
11
test/fixtures/continent_governments.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
government: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
government: two
|
||||
user: two
|
||||
9
test/fixtures/continent_landmarks.yml
vendored
9
test/fixtures/continent_landmarks.yml
vendored
@ -1,9 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
landmark: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
landmark: two
|
||||
11
test/fixtures/continent_languages.yml
vendored
11
test/fixtures/continent_languages.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
language: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
language: two
|
||||
user: two
|
||||
11
test/fixtures/continent_popular_foods.yml
vendored
11
test/fixtures/continent_popular_foods.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
popular_food: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
popular_food: two
|
||||
user: two
|
||||
11
test/fixtures/continent_traditions.yml
vendored
11
test/fixtures/continent_traditions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
continent: one
|
||||
tradition: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
continent: two
|
||||
tradition: two
|
||||
user: two
|
||||
11
test/fixtures/deity_abilities.yml
vendored
11
test/fixtures/deity_abilities.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
ability_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
ability_id: 1
|
||||
11
test/fixtures/deity_character_children.yml
vendored
11
test/fixtures/deity_character_children.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
character_child_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
character_child_id: 1
|
||||
11
test/fixtures/deity_character_parents.yml
vendored
11
test/fixtures/deity_character_parents.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
character_parent_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
character_parent_id: 1
|
||||
11
test/fixtures/deity_character_partners.yml
vendored
11
test/fixtures/deity_character_partners.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
character_partner_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
character_partner_id: 1
|
||||
11
test/fixtures/deity_character_siblings.yml
vendored
11
test/fixtures/deity_character_siblings.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
deity_id:
|
||||
character_sibling_id: 1
|
||||
user_id:
|
||||
|
||||
two:
|
||||
deity_id:
|
||||
character_sibling_id: 1
|
||||
user_id:
|
||||
11
test/fixtures/deity_creatures.yml
vendored
11
test/fixtures/deity_creatures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
creature_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
creature_id:
|
||||
11
test/fixtures/deity_deity_children.yml
vendored
11
test/fixtures/deity_deity_children.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
deity_child_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
deity_child_id: 1
|
||||
11
test/fixtures/deity_deity_parents.yml
vendored
11
test/fixtures/deity_deity_parents.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
deity_parent_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
deity_parent_id: 1
|
||||
11
test/fixtures/deity_deity_partners.yml
vendored
11
test/fixtures/deity_deity_partners.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
deity_partner_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
deity_partner_id: 1
|
||||
11
test/fixtures/deity_deity_siblings.yml
vendored
11
test/fixtures/deity_deity_siblings.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
deity_id:
|
||||
deity_sibling_id: 1
|
||||
user_id:
|
||||
|
||||
two:
|
||||
deity_id:
|
||||
deity_sibling_id: 1
|
||||
user_id:
|
||||
11
test/fixtures/deity_floras.yml
vendored
11
test/fixtures/deity_floras.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
flora_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
flora_id:
|
||||
11
test/fixtures/deity_races.yml
vendored
11
test/fixtures/deity_races.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
deity_id:
|
||||
race_id:
|
||||
user_id:
|
||||
|
||||
two:
|
||||
deity_id:
|
||||
race_id:
|
||||
user_id:
|
||||
11
test/fixtures/deity_related_landmarks.yml
vendored
11
test/fixtures/deity_related_landmarks.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
related_landmark_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
related_landmark_id: 1
|
||||
11
test/fixtures/deity_related_towns.yml
vendored
11
test/fixtures/deity_related_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
related_town_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
related_town_id: 1
|
||||
11
test/fixtures/deity_relics.yml
vendored
11
test/fixtures/deity_relics.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
relic_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
relic_id: 1
|
||||
11
test/fixtures/deity_religions.yml
vendored
11
test/fixtures/deity_religions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
deity_id:
|
||||
religion_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
deity_id:
|
||||
religion_id:
|
||||
9
test/fixtures/flora_eaten_bies.yml
vendored
9
test/fixtures/flora_eaten_bies.yml
vendored
@ -1,9 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
flora_id: 1
|
||||
creature_id: 1
|
||||
|
||||
two:
|
||||
flora_id: 1
|
||||
creature_id: 1
|
||||
9
test/fixtures/flora_locations.yml
vendored
9
test/fixtures/flora_locations.yml
vendored
@ -1,9 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
flora_id: 1
|
||||
location_id: 1
|
||||
|
||||
two:
|
||||
flora_id: 1
|
||||
location_id: 1
|
||||
9
test/fixtures/flora_magical_effects.yml
vendored
9
test/fixtures/flora_magical_effects.yml
vendored
@ -1,9 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
flora_id: 1
|
||||
magic_id: 1
|
||||
|
||||
two:
|
||||
flora_id: 1
|
||||
magic_id: 1
|
||||
9
test/fixtures/flora_relationships.yml
vendored
9
test/fixtures/flora_relationships.yml
vendored
@ -1,9 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
flora_id: 1
|
||||
related_flora_id: 1
|
||||
|
||||
two:
|
||||
flora_id: 1
|
||||
related_flora_id: 1
|
||||
11
test/fixtures/government_creatures.yml
vendored
11
test/fixtures/government_creatures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
government_id:
|
||||
creature_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
government_id:
|
||||
creature_id:
|
||||
11
test/fixtures/government_groups.yml
vendored
11
test/fixtures/government_groups.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
government_id:
|
||||
group_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
government_id:
|
||||
group_id:
|
||||
11
test/fixtures/government_items.yml
vendored
11
test/fixtures/government_items.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
government_id:
|
||||
item_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
government_id:
|
||||
item_id:
|
||||
11
test/fixtures/government_leaders.yml
vendored
11
test/fixtures/government_leaders.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
government_id:
|
||||
leader_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
government_id:
|
||||
leader_id: 1
|
||||
11
test/fixtures/government_political_figures.yml
vendored
11
test/fixtures/government_political_figures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
government_id:
|
||||
political_figure_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
government_id:
|
||||
political_figure_id: 1
|
||||
11
test/fixtures/government_technologies.yml
vendored
11
test/fixtures/government_technologies.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
government_id:
|
||||
technology_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
government_id:
|
||||
technology_id:
|
||||
11
test/fixtures/item_magics.yml
vendored
11
test/fixtures/item_magics.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
item_id:
|
||||
magic_id:
|
||||
user_id:
|
||||
|
||||
two:
|
||||
item_id:
|
||||
magic_id:
|
||||
user_id:
|
||||
11
test/fixtures/landmark_countries.yml
vendored
11
test/fixtures/landmark_countries.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
landmark_id:
|
||||
country_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
landmark_id:
|
||||
country_id:
|
||||
11
test/fixtures/landmark_creatures.yml
vendored
11
test/fixtures/landmark_creatures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
landmark_id:
|
||||
creature_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
landmark_id:
|
||||
creature_id:
|
||||
11
test/fixtures/landmark_floras.yml
vendored
11
test/fixtures/landmark_floras.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
landmark_id:
|
||||
flora_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
landmark_id:
|
||||
flora_id:
|
||||
11
test/fixtures/landmark_nearby_towns.yml
vendored
11
test/fixtures/landmark_nearby_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
landmark_id:
|
||||
nearby_town_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
landmark_id:
|
||||
nearby_town_id: 1
|
||||
11
test/fixtures/location_capital_towns.yml
vendored
11
test/fixtures/location_capital_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
location_id:
|
||||
capital_town_id: 1
|
||||
user_id:
|
||||
|
||||
two:
|
||||
location_id:
|
||||
capital_town_id: 1
|
||||
user_id:
|
||||
11
test/fixtures/location_landmarks.yml
vendored
11
test/fixtures/location_landmarks.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
location_id:
|
||||
landmark_id:
|
||||
user_id:
|
||||
|
||||
two:
|
||||
location_id:
|
||||
landmark_id:
|
||||
user_id:
|
||||
11
test/fixtures/location_languageships.yml
vendored
11
test/fixtures/location_languageships.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id: 1
|
||||
location_id: 1
|
||||
language_id: 1
|
||||
|
||||
two:
|
||||
user_id: 1
|
||||
location_id: 1
|
||||
language_id: 1
|
||||
11
test/fixtures/location_largest_towns.yml
vendored
11
test/fixtures/location_largest_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
location_id:
|
||||
largest_town_id: 1
|
||||
user_id:
|
||||
|
||||
two:
|
||||
location_id:
|
||||
largest_town_id: 1
|
||||
user_id:
|
||||
11
test/fixtures/location_notable_towns.yml
vendored
11
test/fixtures/location_notable_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
location_id:
|
||||
notable_town_id: 1
|
||||
user_id:
|
||||
|
||||
two:
|
||||
location_id:
|
||||
notable_town_id: 1
|
||||
user_id:
|
||||
11
test/fixtures/lore_believers.yml
vendored
11
test/fixtures/lore_believers.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
believer_id: 1
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
believer_id: 1
|
||||
user: two
|
||||
11
test/fixtures/lore_buildings.yml
vendored
11
test/fixtures/lore_buildings.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
buildsing: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
buildsing: two
|
||||
user: two
|
||||
11
test/fixtures/lore_characters.yml
vendored
11
test/fixtures/lore_characters.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
character: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
character: two
|
||||
user: two
|
||||
11
test/fixtures/lore_conditions.yml
vendored
11
test/fixtures/lore_conditions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
condition: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
condition: two
|
||||
user: two
|
||||
11
test/fixtures/lore_continents.yml
vendored
11
test/fixtures/lore_continents.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
continent: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
continent: two
|
||||
user: two
|
||||
11
test/fixtures/lore_countries.yml
vendored
11
test/fixtures/lore_countries.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
country: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
country: two
|
||||
user: two
|
||||
11
test/fixtures/lore_created_traditions.yml
vendored
11
test/fixtures/lore_created_traditions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
created_tradition_id: 1
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
created_tradition_id: 1
|
||||
user: two
|
||||
11
test/fixtures/lore_creatures.yml
vendored
11
test/fixtures/lore_creatures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
creature: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
creature: two
|
||||
user: two
|
||||
11
test/fixtures/lore_deities.yml
vendored
11
test/fixtures/lore_deities.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
deity: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
deity: two
|
||||
user: two
|
||||
11
test/fixtures/lore_floras.yml
vendored
11
test/fixtures/lore_floras.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
flora: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
flora: two
|
||||
user: two
|
||||
11
test/fixtures/lore_foods.yml
vendored
11
test/fixtures/lore_foods.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
food: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
food: two
|
||||
user: two
|
||||
11
test/fixtures/lore_governments.yml
vendored
11
test/fixtures/lore_governments.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
government: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
government: two
|
||||
user: two
|
||||
11
test/fixtures/lore_groups.yml
vendored
11
test/fixtures/lore_groups.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
group: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
group: two
|
||||
user: two
|
||||
11
test/fixtures/lore_jobs.yml
vendored
11
test/fixtures/lore_jobs.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
job: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
job: two
|
||||
user: two
|
||||
11
test/fixtures/lore_landmarks.yml
vendored
11
test/fixtures/lore_landmarks.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
landmark: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
landmark: two
|
||||
user: two
|
||||
11
test/fixtures/lore_magics.yml
vendored
11
test/fixtures/lore_magics.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
magic: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
magic: two
|
||||
user: two
|
||||
11
test/fixtures/lore_original_languages.yml
vendored
11
test/fixtures/lore_original_languages.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
original_language_id: 1
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
original_language_id: 1
|
||||
user: two
|
||||
11
test/fixtures/lore_planets.yml
vendored
11
test/fixtures/lore_planets.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
planet: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
planet: two
|
||||
user: two
|
||||
11
test/fixtures/lore_races.yml
vendored
11
test/fixtures/lore_races.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
race: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
race: two
|
||||
user: two
|
||||
11
test/fixtures/lore_related_lores.yml
vendored
11
test/fixtures/lore_related_lores.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
related_lore_id: 1
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
related_lore_id: 1
|
||||
user: two
|
||||
11
test/fixtures/lore_religions.yml
vendored
11
test/fixtures/lore_religions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
religion: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
religion: two
|
||||
user: two
|
||||
11
test/fixtures/lore_schools.yml
vendored
11
test/fixtures/lore_schools.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
school: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
school: two
|
||||
user: two
|
||||
11
test/fixtures/lore_sports.yml
vendored
11
test/fixtures/lore_sports.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
sport: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
sport: two
|
||||
user: two
|
||||
11
test/fixtures/lore_technologies.yml
vendored
11
test/fixtures/lore_technologies.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
technology: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
technology: two
|
||||
user: two
|
||||
11
test/fixtures/lore_towns.yml
vendored
11
test/fixtures/lore_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
town: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
town: two
|
||||
user: two
|
||||
11
test/fixtures/lore_traditions.yml
vendored
11
test/fixtures/lore_traditions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
tradition: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
tradition: two
|
||||
user: two
|
||||
11
test/fixtures/lore_variations.yml
vendored
11
test/fixtures/lore_variations.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
variation_id: 1
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
variation_id: 1
|
||||
user: two
|
||||
11
test/fixtures/lore_vehicles.yml
vendored
11
test/fixtures/lore_vehicles.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
lore: one
|
||||
vehicle: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
lore: two
|
||||
vehicle: two
|
||||
user: two
|
||||
11
test/fixtures/planet_continents.yml
vendored
11
test/fixtures/planet_continents.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
planet: one
|
||||
continent: one
|
||||
user: one
|
||||
|
||||
two:
|
||||
planet: two
|
||||
continent: two
|
||||
user: two
|
||||
11
test/fixtures/planet_countries.yml
vendored
11
test/fixtures/planet_countries.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
country_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
country_id:
|
||||
11
test/fixtures/planet_creatures.yml
vendored
11
test/fixtures/planet_creatures.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
creature_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
creature_id:
|
||||
11
test/fixtures/planet_deities.yml
vendored
11
test/fixtures/planet_deities.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
deity_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
deity_id:
|
||||
11
test/fixtures/planet_floras.yml
vendored
11
test/fixtures/planet_floras.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
flora_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
flora_id:
|
||||
11
test/fixtures/planet_groups.yml
vendored
11
test/fixtures/planet_groups.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
group_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
group_id:
|
||||
11
test/fixtures/planet_landmarks.yml
vendored
11
test/fixtures/planet_landmarks.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
landmark_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
landmark_id:
|
||||
11
test/fixtures/planet_languages.yml
vendored
11
test/fixtures/planet_languages.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
language_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
language_id:
|
||||
11
test/fixtures/planet_locations.yml
vendored
11
test/fixtures/planet_locations.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
location_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
location_id:
|
||||
11
test/fixtures/planet_nearby_planets.yml
vendored
11
test/fixtures/planet_nearby_planets.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
nearby_planet_id: 1
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
nearby_planet_id: 1
|
||||
11
test/fixtures/planet_races.yml
vendored
11
test/fixtures/planet_races.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
race_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
race_id:
|
||||
11
test/fixtures/planet_religions.yml
vendored
11
test/fixtures/planet_religions.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
religion_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
religion_id:
|
||||
11
test/fixtures/planet_towns.yml
vendored
11
test/fixtures/planet_towns.yml
vendored
@ -1,11 +0,0 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id:
|
||||
planet_id:
|
||||
town_id:
|
||||
|
||||
two:
|
||||
user_id:
|
||||
planet_id:
|
||||
town_id:
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user