Commit ab704e15 authored by ddavison's avatar ddavison

Remove ObjectStorage scenario

parent c85a1468
# 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