Commit a6b73955 authored by Alex Kalderimis's avatar Alex Kalderimis

Remove references to service in spec/models/integrations/jenkins_spec.rb

parent 8bd3a911
......@@ -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