Commit 8c9558d1 authored by Robert Speicher's avatar Robert Speicher

CE-EE parity for spec/models/service_spec.rb

parent 1521de04
require 'spec_helper'
describe Service do
describe 'Available services' do
it { expect(described_class.available_services_names).to include("jenkins", "jira") }
end
end
......@@ -73,10 +73,6 @@ describe Service do
end
end
describe "Available services" do
it { expect(described_class.available_services_names).to include("jenkins", "jira") }
end
describe "Template" do
describe '.build_from_template' do
context 'when template is invalid' 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