debian-mirror-gitlab/spec/support/shared_examples/features/file_uploads_shared_examples.rb

8 lines
198 B
Ruby
Raw Normal View History

2020-11-05 12:06:23 +05:30
# frozen_string_literal: true
RSpec.shared_examples 'handling file uploads' do |shared_examples_name|
context 'with object storage disabled' do
2021-03-08 18:12:59 +05:30
it_behaves_like shared_examples_name
2020-11-05 12:06:23 +05:30
end
end