|
Merge pull request #227 from CDLUC3/fixing-tests
Mergining in Guidance fixes and functional controller tests |
|---|
| .travis.yml |
|---|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/application_controller.rb |
|---|
| app/controllers/contacts_controller.rb 100644 → 0 |
|---|
| app/controllers/guidance_groups_controller.rb |
|---|
| app/controllers/guidances_controller.rb |
|---|
| app/controllers/home_controller.rb |
|---|
| app/controllers/notes_controller.rb |
|---|
| app/controllers/orgs_controller.rb |
|---|
| app/controllers/phases_controller.rb |
|---|
| app/controllers/plans_controller.rb |
|---|
| app/controllers/questions_controller.rb |
|---|
| app/controllers/registrations_controller.rb |
|---|
| app/controllers/roles_controller.rb |
|---|
| app/controllers/sections_controller.rb |
|---|
| app/controllers/templates_controller.rb |
|---|
| app/controllers/users_controller.rb |
|---|
| app/models/guidance.rb |
|---|
| app/models/perm.rb |
|---|
| app/models/role.rb |
|---|
| app/models/user.rb |
|---|
| app/policies/plan_policy.rb |
|---|
| app/views/guidances/_add_guidance.html.erb |
|---|
| app/views/guidances/admin_edit.html.erb |
|---|
| app/views/guidances/admin_new.html.erb |
|---|
| app/views/guidances/admin_show.html.erb |
|---|
| app/views/guidances/update_phases.js.erb 100644 → 0 |
|---|
| app/views/guidances/update_questions.js.erb 100644 → 0 |
|---|
| app/views/guidances/update_sections.js.erb 100644 → 0 |
|---|
| app/views/guidances/update_versions.js.erb 100644 → 0 |
|---|
| app/views/layouts/application.html.erb |
|---|
| app/views/phases/admin_show.html.erb |
|---|
| app/views/plans/_answer_form_ro.html.erb 0 → 100644 |
|---|
| app/views/plans/edit.html.erb |
|---|
| config/initializers/gettext_i18n_rails_js.rb 0 → 100644 |
|---|
| config/locale/app.pot |
|---|
| config/locale/de/app.po |
|---|
| config/locale/en_GB/app.po |
|---|
| config/locale/en_US/app.po |
|---|
| config/locale/es/app.po |
|---|
| config/locale/fr/app.po |
|---|
| db/seeds.rb |
|---|
| lib/assets/javascripts/admin.js |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/export_configure.js |
|---|
| lib/assets/javascripts/jquery.timeago.js |
|---|
| lib/assets/javascripts/locale/de/app.js 0 → 100644 |
|---|
| lib/assets/javascripts/locale/en_GB/app.js 0 → 100644 |
|---|
| lib/assets/javascripts/locale/en_US/app.js 0 → 100644 |
|---|
| lib/assets/javascripts/locale/es/app.js 0 → 100644 |
|---|
| lib/assets/javascripts/locale/fr/app.js 0 → 100644 |
|---|
| lib/assets/javascripts/plans.js |
|---|
| lib/assets/javascripts/toolbar.js |
|---|
| test/functional/answers_controller_test.rb |
|---|
| test/functional/application_controller_test.rb |
|---|
| test/functional/confirmations_controller_test.rb 0 → 100644 |
|---|
| test/functional/guidance_groups_controller_test.rb 0 → 100644 |
|---|
| test/functional/guidances_controller_test.rb 0 → 100644 |
|---|
| test/functional/home_controller_test.rb 0 → 100644 |
|---|
| test/functional/notes_controller_test.rb 0 → 100644 |
|---|
| test/functional/organisations_controller_test.rb 100644 → 0 |
|---|
| test/functional/orgs_controller_test.rb 0 → 100644 |
|---|
| test/functional/phases_controller_test.rb 0 → 100644 |
|---|
| test/functional/plans_controller_test.rb 0 → 100644 |
|---|
| test/functional/questions_controller_test.rb 0 → 100644 |
|---|
| test/functional/registrations_controller_test.rb |
|---|
| test/functional/roles_controller_test.rb 0 → 100644 |
|---|
| test/functional/sections_controller_test.rb 0 → 100644 |
|---|
| test/functional/static_pages_controller_test.rb |
|---|
| test/functional/templates_controller_test.rb 0 → 100644 |
|---|
| test/functional/users/omniauth_callbacks_controller_test.rb |
|---|
| test/test_helper.rb |
|---|
| test/unit/role_test.rb |
|---|
| test/unit/user_test.rb |
|---|