Files
gitlab-foss/spec/support/event_store.rb
2022-03-09 09:08:34 +00:00

8 lines
170 B
Ruby

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