gitlab-org--gitlab-foss/spec/controllers/concerns
blackst0ne b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
..
checks_collaboration_spec.rb Share collaboration check between view and presenter 2018-04-11 10:51:15 +02:00
continue_params_spec.rb Reuses `InternalRedirect` when possible 2018-05-04 13:54:43 +02:00
controller_with_cross_project_access_check_spec.rb Update specs to rails5 format 2018-12-19 10:04:31 +11:00
group_tree_spec.rb Update specs to rails5 format 2018-12-19 10:04:31 +11:00
internal_redirect_spec.rb Backport InternalRedirect#sanitize_redirect 2018-06-14 09:02:32 +10:00
issuable_collections_spec.rb Fix deprecation: Comparing equality between ActionController::Parameters and a Hash is deprecated 2018-12-16 13:45:19 +01:00
lfs_request_spec.rb Update specs to rails5 format 2018-12-19 10:04:31 +11:00
send_file_upload_spec.rb MIME type application/javascript -> application/ecmascript 2018-11-10 06:31:29 -08:00