]> git.arvados.org - arvados.git/commit
Remove boilerplate comments and unused test fixtures.
authorTom Clegg <tom@curoverse.com>
Thu, 16 Jan 2014 17:12:52 +0000 (09:12 -0800)
committerTom Clegg <tom@curoverse.com>
Thu, 16 Jan 2014 17:12:52 +0000 (09:12 -0800)
commit2b5dcd8efb8b050fbadf38ec4d682c748ad29866
treee3ebb64d55aa972a5b50b09b1c48ba7a25651f35
parent8077e894a1f48e526c05ccf5cff22cfaae85ba69
Remove boilerplate comments and unused test fixtures.

refs #1696
35 files changed:
apps/workbench/test/fixtures/api_client_authorizations.yml [deleted file]
apps/workbench/test/fixtures/authorized_keys.yml [deleted file]
apps/workbench/test/fixtures/collections.yml [deleted file]
apps/workbench/test/fixtures/groups.yml [deleted file]
apps/workbench/test/fixtures/humans.yml [deleted file]
apps/workbench/test/fixtures/job_tasks.yml [deleted file]
apps/workbench/test/fixtures/jobs.yml [deleted file]
apps/workbench/test/fixtures/links.yml [deleted file]
apps/workbench/test/fixtures/logs.yml [deleted file]
apps/workbench/test/fixtures/nodes.yml [deleted file]
apps/workbench/test/fixtures/pipeline_instances.yml [deleted file]
apps/workbench/test/fixtures/pipeline_templates.yml [deleted file]
apps/workbench/test/fixtures/repositories.yml [deleted file]
apps/workbench/test/fixtures/specimens.yml [deleted file]
apps/workbench/test/fixtures/traits.yml [deleted file]
apps/workbench/test/fixtures/users.yml [deleted file]
apps/workbench/test/fixtures/virtual_machines.yml [deleted file]
apps/workbench/test/functional/api_client_authorizations_controller_test.rb
apps/workbench/test/functional/authorized_keys_controller_test.rb
apps/workbench/test/functional/collections_controller_test.rb
apps/workbench/test/functional/groups_controller_test.rb
apps/workbench/test/functional/humans_controller_test.rb
apps/workbench/test/functional/job_tasks_controller_test.rb
apps/workbench/test/functional/jobs_controller_test.rb
apps/workbench/test/functional/links_controller_test.rb
apps/workbench/test/functional/logs_controller_test.rb
apps/workbench/test/functional/nodes_controller_test.rb
apps/workbench/test/functional/pipeline_instances_controller_test.rb
apps/workbench/test/functional/pipeline_templates_controller_test.rb
apps/workbench/test/functional/repositories_controller_test.rb
apps/workbench/test/functional/sessions_controller_test.rb
apps/workbench/test/functional/specimens_controller_test.rb
apps/workbench/test/functional/traits_controller_test.rb
apps/workbench/test/functional/users_controller_test.rb
apps/workbench/test/functional/virtual_machines_controller_test.rb