diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-23 12:09:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-23 12:09:11 +0000 |
commit | 15ea3fec22d1efd1945d390b21ff65461290dfc1 (patch) | |
tree | f5703fc0c0c4ab49eef0cc5449fb08f570b7a16b /spec/spec_helper.rb | |
parent | 8132e39e1b5a7829b8b7ed8bd0482e1812a9eeef (diff) | |
download | gitlab-ce-15ea3fec22d1efd1945d390b21ff65461290dfc1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7051d975980..49775940584 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -8,6 +8,8 @@ if $".include?(File.expand_path('fast_spec_helper.rb', __dir__)) abort 'Aborting...' end +require './spec/deprecation_toolkit_env' + require './spec/simplecov_env' SimpleCovEnv.start! |