debian-mirror-gitlab/qa/spec/scenario/test/integration/object_storage_spec.rb
2020-03-13 15:44:24 +05:30

10 lines
217 B
Ruby

# frozen_string_literal: true
describe QA::Scenario::Test::Integration::ObjectStorage do
describe '#perform' do
it_behaves_like 'a QA scenario class' do
let(:tags) { [:object_storage] }
end
end
end