Welcome to mirror list, hosted at ThFree Co, Russian Federation.

object_storage.rb « integration « test « scenario « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e028bbb5c6c305762e1ccb9ceef750eed080531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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