diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-17 15:07:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-17 15:07:22 +0000 |
commit | d41edc2e93480db35e48ad770ebe95075fbca871 (patch) | |
tree | 09d4f5cd1575babf508c73a2653f68b35cd1e936 /spec/support/redis/redis_shared_examples.rb | |
parent | b17a559378235d37f5168d8d18818043cdaaf90b (diff) | |
download | gitlab-ce-d41edc2e93480db35e48ad770ebe95075fbca871.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/redis/redis_shared_examples.rb')
-rw-r--r-- | spec/support/redis/redis_shared_examples.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/support/redis/redis_shared_examples.rb b/spec/support/redis/redis_shared_examples.rb index 2d5d8a185b2..43c118a362d 100644 --- a/spec/support/redis/redis_shared_examples.rb +++ b/spec/support/redis/redis_shared_examples.rb @@ -24,11 +24,6 @@ RSpec.shared_examples "redis_shared_examples" do before do allow(described_class).to receive(:config_file_name).and_return(Rails.root.join(config_file_name).to_s) allow(described_class).to receive(:redis_yml_path).and_return('/dev/null') - redis_clear_raw_config!(described_class) - end - - after do - redis_clear_raw_config!(described_class) end describe '.config_file_name' do |