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
1c55ff4c
Commit
1c55ff4c
authored
May 17, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in `groups_controller_spec.rb`
parent
c8f6db65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spec/controllers/groups_controller_spec.rb
spec/controllers/groups_controller_spec.rb
+2
-3
No files found.
spec/controllers/groups_controller_spec.rb
View file @
1c55ff4c
...
@@ -250,7 +250,6 @@ describe GroupsController do
...
@@ -250,7 +250,6 @@ describe GroupsController do
end
end
end
end
<<<<<<<
HEAD
describe
'POST create'
do
describe
'POST create'
do
it
'allows creating a group'
do
it
'allows creating a group'
do
sign_in
(
user
)
sign_in
(
user
)
...
@@ -293,9 +292,9 @@ describe GroupsController do
...
@@ -293,9 +292,9 @@ describe GroupsController do
expect
(
response
).
to
have_http_status
(
302
)
expect
(
response
).
to
have_http_status
(
302
)
end
end
end
end
=======
end
def
group_moved_message
(
redirect_route
,
group
)
def
group_moved_message
(
redirect_route
,
group
)
"Group '
#{
redirect_route
.
path
}
' was moved to '
#{
group
.
full_path
}
'. Please update any links and bookmarks that may still have the old path."
"Group '
#{
redirect_route
.
path
}
' was moved to '
#{
group
.
full_path
}
'. Please update any links and bookmarks that may still have the old path."
>>>>>>>
upstream
/
master
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