Commit 5131a00f authored by Andy Soiron's avatar Andy Soiron

Fix events controller spec indentation

parent b2a333b7
...@@ -57,6 +57,7 @@ RSpec.describe JiraConnect::EventsController do ...@@ -57,6 +57,7 @@ RSpec.describe JiraConnect::EventsController do
expect(response).to have_gitlab_http_status(:ok) expect(response).to have_gitlab_http_status(:ok)
end end
end end
end
describe '#uninstalled' do describe '#uninstalled' do
let!(:installation) { create(:jira_connect_installation) } let!(:installation) { create(:jira_connect_installation) }
...@@ -111,5 +112,4 @@ RSpec.describe JiraConnect::EventsController do ...@@ -111,5 +112,4 @@ RSpec.describe JiraConnect::EventsController do
end end
end end
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