Commit ebcc4595 authored by Stan Hu's avatar Stan Hu

Merge branch 'fast-spec-helper' into 'master'

Running in CI requires `spec_helper`

See merge request gitlab-org/gitlab!46383
parents e06b0940 4040dfcc
# frozen_string_literal: true
# When running in CI environment, we need to load a full `spec_helper`
if ENV['CI']
require_relative 'spec_helper'
return
end
require 'bundler/setup'
ENV['GITLAB_ENV'] = 'test'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment