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

rspec.rb « gitlab « lib « gitlab-rspec « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d076e99614ce8fb9725c9d3ff46602af8ceb3da (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "rspec"
require_relative "rspec/version"

module Gitlab
  module Rspec
  end
end