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

formatters.rb « formatters « support « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0abf98001f5e86e9ec1a8815f455d02cea617eb (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require 'rspec/core'
require 'rspec/core/formatters/base_formatter'

module QA
  module Support
    module Formatters
    end
  end
end