Commit 99e80e3a authored by Dmitry Gruzd's avatar Dmitry Gruzd

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

Rename references to services in Jenkins integration model specs

See merge request gitlab-org/gitlab!65021
parents 37ee8267 a6b73955
......@@ -45,7 +45,7 @@ RSpec.describe Integrations::Jenkins do
subject { jenkins_integration }
context 'when the service is active' do
context 'when the integration is active' do
let(:active) { true }
context 'when password was not touched' do
......@@ -74,7 +74,7 @@ RSpec.describe Integrations::Jenkins do
end
end
context 'when the service is inactive' do
context 'when the integration is inactive' do
let(:active) { false }
it { is_expected.not_to validate_presence_of :username }
......
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