Commit 896c02a4 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-jira-connect-events-controller-spec-indentation' into 'master'

Fix Jira connect events controller spec indentation

See merge request gitlab-org/gitlab!70940
parents c09574d0 5131a00f
......@@ -57,6 +57,7 @@ RSpec.describe JiraConnect::EventsController do
expect(response).to have_gitlab_http_status(:ok)
end
end
end
describe '#uninstalled' do
let!(:installation) { create(:jira_connect_installation) }
......@@ -111,5 +112,4 @@ RSpec.describe JiraConnect::EventsController do
end
end
end
end
end
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