Commit 37ee8267 authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330300-ajk-model-specs-14' into 'master'

Rename references to service in irker model spec

See merge request gitlab-org/gitlab!65022
parents c5659029 2fbfa528
...@@ -11,7 +11,7 @@ RSpec.describe Integrations::Irker do ...@@ -11,7 +11,7 @@ RSpec.describe Integrations::Irker do
end end
describe 'Validations' do describe 'Validations' do
context 'when service is active' do context 'when integration is active' do
before do before do
subject.active = true subject.active = true
end end
...@@ -19,7 +19,7 @@ RSpec.describe Integrations::Irker do ...@@ -19,7 +19,7 @@ RSpec.describe Integrations::Irker do
it { is_expected.to validate_presence_of(:recipients) } it { is_expected.to validate_presence_of(:recipients) }
end end
context 'when service is inactive' do context 'when integration is inactive' do
before do before do
subject.active = false subject.active = false
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment