Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_monitoring_shared_examples.rb « integrations « models « shared_examples « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d7e7633a23e8aa3abbf88a5ac75fd40489011d6 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.shared_examples Integrations::BaseMonitoring do
  describe 'default values' do
    it { expect(subject.category).to eq(:monitoring) }
  end
end