Commit fa7387b7 authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'remove_unnecessary_jira_template_test' into 'master'

Remove unnecessary Jira template test

See merge request gitlab-org/gitlab!26589
parents d7918b1a a8e8b4fc
......@@ -153,16 +153,6 @@ describe Projects::ServicesController do
expect(flash[:notice]).to eq 'Jira settings saved, but not activated.'
end
end
context 'when activating Jira service from a template' do
let(:service) do
create(:jira_service, project: project, template: true)
end
it 'activate Jira service from template' do
expect(flash[:notice]).to eq 'Jira activated.'
end
end
end
describe 'as JSON' 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