Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5131a00f
Commit
5131a00f
authored
Sep 22, 2021
by
Andy Soiron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix events controller spec indentation
parent
b2a333b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
36 deletions
+36
-36
spec/controllers/jira_connect/events_controller_spec.rb
spec/controllers/jira_connect/events_controller_spec.rb
+36
-36
No files found.
spec/controllers/jira_connect/events_controller_spec.rb
View file @
5131a00f
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment