Welcome to mirror list, hosted at ThFree Co, Russian Federation.

file_uploads_shared_examples.rb « features « shared_examples « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d586bf03b599381785f5fa9b967ca702711c4b7f (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.shared_examples 'handling file uploads' do |shared_examples_name|
  context 'with object storage disabled' do
    it_behaves_like shared_examples_name
  end
end