-
由 Madelein van Niekerk 创作于
Changelog: added
由 Madelein van Niekerk 创作于Changelog: added
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
circuitbox_spec.rb 320 B
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'circuitbox', feature_category: :shared do
it 'configures Circuitbox' do
expect(Circuitbox.default_circuit_store).to be_a(Gitlab::CircuitBreaker::Store)
expect(Circuitbox.default_notifier).to be_a(Gitlab::CircuitBreaker::Notifier)
end
end