Commit 479f810d authored by Alex Kalderimis's avatar Alex Kalderimis

Remove references to service in integration model specs

parent 82ebc12f
......@@ -91,7 +91,7 @@ RSpec.describe Integrations::Datadog do
end
end
context 'when service is not active' do
context 'when integration is not active' do
let(:active) { false }
it { is_expected.to be_valid }
......
......@@ -13,7 +13,7 @@ RSpec.shared_examples "chat integration" do |integration_name|
end
it { is_expected.to validate_presence_of(:webhook) }
it_behaves_like "issue tracker service URL attribute", :webhook
it_behaves_like "issue tracker integration URL attribute", :webhook
end
context "when integration is inactive" do
......
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