Combine ObjectStorage spec contexts
`uploaders/object_storage_spec.rb` previously had two `context` blocks on the same tree level that are both labelled 'when local file is used': https://gitlab.com/gitlab-org/gitlab/-/blob/44002f46888a5944c710a04a016f6fa3ef45e466/spec/uploaders/object_storage_spec.rb#L599 https://gitlab.com/gitlab-org/gitlab/-/blob/44002f46888a5944c710a04a016f6fa3ef45e466/spec/uploaders/object_storage_spec.rb#L615 After asking in this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/209967 The decision was to combine them.
Showing
Please register or sign in to comment