debian-mirror-gitlab/spec/support/event_store.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
170 B
Ruby
Raw Normal View History

2022-05-07 20:08:51 +05:30
# frozen_string_literal: true
RSpec.configure do |config|
config.before(:each, :event_store_publisher) do
allow(Gitlab::EventStore).to receive(:publish)
end
end