4533: Move all controller tests into controllers/, merge overlapping class defs.
authorTom Clegg <tom@curoverse.com>
Thu, 27 Nov 2014 01:02:36 +0000 (20:02 -0500)
committerTom Clegg <tom@curoverse.com>
Thu, 27 Nov 2014 01:02:36 +0000 (20:02 -0500)
commitf3460b2f2e8088e861d1852e4f26784b3c96ded8
tree8e572ffdf29afd480747cff601963fc2086454cd
parent7e828d4672d2b306bccacfed309123c81846d565
4533: Move all controller tests into controllers/, merge overlapping class defs.
28 files changed:
apps/workbench/test/controllers/actions_controller_test.rb [moved from apps/workbench/test/functional/actions_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/api_client_authorizations_controller_test.rb [moved from apps/workbench/test/functional/api_client_authorizations_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/application_controller_test.rb [moved from apps/workbench/test/functional/application_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/authorized_keys_controller_test.rb [moved from apps/workbench/test/functional/authorized_keys_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/collections_controller_test.rb
apps/workbench/test/controllers/groups_controller_test.rb [moved from apps/workbench/test/functional/groups_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/humans_controller_test.rb [moved from apps/workbench/test/functional/humans_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/job_tasks_controller_test.rb [moved from apps/workbench/test/functional/job_tasks_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/jobs_controller_test.rb [moved from apps/workbench/test/functional/jobs_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/keep_disks_controller_test.rb [moved from apps/workbench/test/functional/keep_disks_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/links_controller_test.rb [moved from apps/workbench/test/functional/links_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/logs_controller_test.rb [moved from apps/workbench/test/functional/logs_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/nodes_controller_test.rb [moved from apps/workbench/test/functional/nodes_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/pipeline_instances_controller_test.rb
apps/workbench/test/controllers/pipeline_templates_controller_test.rb [moved from apps/workbench/test/functional/pipeline_templates_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/projects_controller_test.rb [moved from apps/workbench/test/functional/projects_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/repositories_controller_test.rb [moved from apps/workbench/test/functional/repositories_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/sessions_controller_test.rb [moved from apps/workbench/test/functional/sessions_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/specimens_controller_test.rb [moved from apps/workbench/test/functional/specimens_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/traits_controller_test.rb [moved from apps/workbench/test/functional/traits_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/user_agreements_controller_test.rb [moved from apps/workbench/test/functional/user_agreements_controller_test.rb with 100% similarity]
apps/workbench/test/controllers/users_controller_test.rb [moved from apps/workbench/test/functional/users_controller_test.rb with 96% similarity]
apps/workbench/test/controllers/virtual_machines_controller_test.rb [moved from apps/workbench/test/functional/virtual_machines_controller_test.rb with 100% similarity]
apps/workbench/test/functional/.gitkeep [deleted file]
apps/workbench/test/functional/collections_controller_test.rb [deleted file]
apps/workbench/test/functional/pipeline_instances_controller_test.rb [deleted file]
apps/workbench/test/helpers/pipeline_instances_helper_test.rb [new file with mode: 0644]
apps/workbench/test/test_helper.rb