debian-mirror-gitlab/spec/support/event_store.rb
2022-05-07 20:08:51 +05:30

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