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