Commit d5857130 authored by Dan Davison's avatar Dan Davison

Merge branch 'dj-remove-packages-object_storage-scenarios' into 'master'

Remove ObjectStorage scenario

See merge request gitlab-org/gitlab!58127
parents 600474ea ab704e15
# frozen_string_literal: true
module QA
module Scenario
module Test
module Integration
class ObjectStorage < Test::Instance::All
tags :object_storage
end
end
end
end
end
# frozen_string_literal: true
RSpec.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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment