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
d6fc9505
Commit
d6fc9505
authored
May 10, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts related to RedirectRoute
parent
56ca4e58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
spec/controllers/groups_controller_spec.rb
spec/controllers/groups_controller_spec.rb
+0
-3
spec/controllers/projects_controller_spec.rb
spec/controllers/projects_controller_spec.rb
+0
-3
No files found.
spec/controllers/groups_controller_spec.rb
View file @
d6fc9505
...
...
@@ -213,7 +213,6 @@ describe GroupsController do
expect
(
response
).
to
have_http_status
(
404
)
end
end
<<<<<<<
HEAD
end
describe
'POST create'
do
...
...
@@ -258,7 +257,5 @@ describe GroupsController do
expect
(
response
).
to
have_http_status
(
302
)
end
end
=======
>>>>>>>
upstream
/
master
end
end
spec/controllers/projects_controller_spec.rb
View file @
d6fc9505
...
...
@@ -497,7 +497,6 @@ describe ProjectsController do
expect
(
controller
).
to
set_flash
[
:notice
].
to
(
/moved/
)
end
end
<<<<<<<
HEAD
end
describe
'GET edit'
do
...
...
@@ -520,8 +519,6 @@ describe ProjectsController do
expect
(
response
).
to
have_http_status
(
200
)
end
=======
>>>>>>>
upstream
/
master
end
describe
'POST #preview_markdown'
do
...
...
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