summaryrefslogtreecommitdiff
path: root/qa/spec/scenario/test/integration/object_storage_spec.rb
blob: 2b7188223e047482c96f7c35c394008bc6a974c6 (plain)
1
2
3
4
5
6
7
8
9
# 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