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

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

require_relative '../qa'

require_relative 'scenario_shared_examples'
require_relative('../../jh/qa/spec/spec_helper') if GitlabEdition.jh?

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.max_formatted_output_length = nil
  end
end