debian-mirror-gitlab/qa/spec/scenario/test/integration/object_storage_spec.rb
2018-11-20 20:47:30 +05:30

9 lines
216 B
Ruby

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