lib/gitlab/qa/component/production.rb



module Gitlab
  module QA
    module Component
      class Production < Staging
        ADDRESS = 'https://gitlab.com'.freeze
      end
    end
  end
end