summaryrefslogtreecommitdiff
path: root/spec/support/event_store.rb
blob: 057a555074610037c485b67a0af78f3745b2c401 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.configure do |config|
  config.before(:each, :event_store_publisher) do
    allow(Gitlab::EventStore).to receive(:publish)
  end
end