Commit ad152c0d authored by Ash McKenzie's avatar Ash McKenzie

Resolve more conflicts in spec/spec_helper.rb

parent dcb2b311
......@@ -175,7 +175,6 @@ RSpec.configure do |config|
config.around(:each, :clean_gitlab_redis_shared_state) do |example|
redis_shared_state_cleanup!
<<<<<<< HEAD
example.run
......@@ -187,19 +186,6 @@ RSpec.configure do |config|
example.run
=======
example.run
redis_shared_state_cleanup!
end
config.around(:each, :clean_gitlab_redis_queues) do |example|
redis_queues_cleanup!
example.run
>>>>>>> upstream/master
redis_queues_cleanup!
end
......
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