dmpopidor / test / functional /
@briley briley authored on 3 Apr 2017
..
users added tests for guidance_group controller and added method to test helper to get org admin DMPRoadmap/roadmap#212 9 years ago
.gitkeep DMPonline4 - RAILS 4.0 (#4) 9 years ago
answers_controller_test.rb added require statement for test_helper into all functional tests 9 years ago
api_projects_controller_test.rb tidied up new tests and fixtures. Commented out old tests that were failing. Updated relationship between TokenPermissionType and Organisation so that token_permission_type.organisations works 9 years ago
application_controller_test.rb cleaned up guidances controller and added functional tests 9 years ago
confirmations_controller_test.rb added require statement for test_helper into all functional tests 9 years ago
guidance_groups_controller_test.rb added hack to override the application controller's current_user since its nil in the controller and causing policy check to fail in Travis 9 years ago
guidances_controller_test.rb cleaned up guidances controller and added functional tests 9 years ago
orgs_controller_test.rb cleaned up guidances controller and added functional tests 9 years ago
phases_controller_test.rb added hack to override the application controller's current_user since its nil in the controller and causing policy check to fail in Travis 9 years ago
questions_controller_test.rb added hack to override the application controller's current_user since its nil in the controller and causing policy check to fail in Travis 9 years ago
registrations_controller_test.rb fixed some of the failing tests. Commented out helpers/plan_list tests because it relied on old I18n helpers to determine column name 9 years ago
sections_controller_test.rb switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway 9 years ago
static_pages_controller_test.rb added require statement for test_helper into all functional tests 9 years ago
templates_controller_test.rb added hack to override the application controller's current_user since its nil in the controller and causing policy check to fail in Travis 9 years ago
users_controller_test.rb Merging master (#20) 9 years ago