replaced use of fixtures with db/seeds.rb. no point in maintaining both
dev
1 parent 4c8bdad commit 2bd8ba6236d952d165b7669b86841354481d0759
@Brian Riley Brian Riley authored on 27 Jan 2017
Showing 28 changed files
View
db/schema.rb
View
test/fixtures/answers.yml 100644 → 0
View
test/fixtures/comments.yml 100644 → 0
View
test/fixtures/dmptemplates.yml 100644 → 0
View
test/fixtures/exported_plans.yml 100644 → 0
View
test/fixtures/guidance_groups.yml 100644 → 0
View
test/fixtures/guidances.yml 100644 → 0
View
test/fixtures/identifier_schemes.yml 100644 → 0
View
test/fixtures/languages.yml 100644 → 0
View
test/fixtures/option_warnings.yml 100644 → 0
View
test/fixtures/options.yml 100644 → 0
View
test/fixtures/organisation_types.yml 100644 → 0
View
test/fixtures/organisations.yml 100644 → 0
View
test/fixtures/phases.yml 100644 → 0
View
test/fixtures/plan_sections.yml 100644 → 0
View
test/fixtures/plans.yml 100644 → 0
View
test/fixtures/project_groups.yml 100644 → 0
View
test/fixtures/projects.yml 100644 → 0
View
test/fixtures/question_formats.yml 100644 → 0
View
test/fixtures/questions.yml 100644 → 0
View
test/fixtures/roles.yml 100644 → 0
View
test/fixtures/sections.yml 100644 → 0
View
test/fixtures/templates.yml 100644 → 0
View
test/fixtures/themes.yml 100644 → 0
View
test/fixtures/token_permission_types.yml 100644 → 0
View
test/fixtures/users.yml 100644 → 0
View
test/fixtures/versions.yml 100644 → 0
View
test/test_helper.rb