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
0491df20
Commit
0491df20
authored
Jun 18, 2019
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spec for legacy group issues route
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
28f7ae78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
ee/spec/routing/group_routing_spec.rb
ee/spec/routing/group_routing_spec.rb
+0
-7
No files found.
ee/spec/routing/group_routing_spec.rb
View file @
0491df20
...
...
@@ -45,13 +45,6 @@ describe 'Group routing', "routing" do
.
to
redirect_to
(
'/groups/complex.group-namegit/-/boards/issues'
)
end
it
'redirects when the nested group does not exist'
do
create
(
:group
,
path:
'boards'
,
parent:
parent
)
expect
(
get
(
'/groups/complex.group-namegit/boards/issues/'
))
.
to
redirect_to
(
'/groups/complex.group-namegit/boards/-/issues'
)
end
it
'does not redirect when the nested group exists'
do
boards_group
=
create
(
:group
,
path:
'boards'
,
parent:
parent
)
create
(
:group
,
path:
'issues'
,
parent:
boards_group
)
...
...
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