diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-18 18:10:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-18 18:10:07 +0000 |
commit | bc7374e61208637f6fb116e2ca59c7162b07cba9 (patch) | |
tree | d34a9d8680f808bd327123ebb2c861071f1e7635 /spec/lib/prometheus | |
parent | c48bbe6650648fa034696de25983418981e695eb (diff) | |
download | gitlab-ce-bc7374e61208637f6fb116e2ca59c7162b07cba9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/prometheus')
-rw-r--r-- | spec/lib/prometheus/cleanup_multiproc_dir_service_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/prometheus/cleanup_multiproc_dir_service_spec.rb b/spec/lib/prometheus/cleanup_multiproc_dir_service_spec.rb index bdf9673a53f..f93066e82be 100644 --- a/spec/lib/prometheus/cleanup_multiproc_dir_service_spec.rb +++ b/spec/lib/prometheus/cleanup_multiproc_dir_service_spec.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'fast_spec_helper' +require 'tmpdir' RSpec.describe Prometheus::CleanupMultiprocDirService do describe '#execute' do |