summaryrefslogtreecommitdiff
path: root/spec/controllers/groups_controller_spec.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-09-05 10:03:43 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-10-04 22:46:49 +0200
commit376a8c66c1ca8ee2a95255d21c9d55ce006ab655 (patch)
treed089b7830874490529380509caa830266c1d13e4 /spec/controllers/groups_controller_spec.rb
parent2eac1537ad907f2f7e628788cf980cb7e48d3f56 (diff)
downloadgitlab-ce-376a8c66c1ca8ee2a95255d21c9d55ce006ab655.tar.gz
Remove the subgroups path on a group
Diffstat (limited to 'spec/controllers/groups_controller_spec.rb')
-rw-r--r--spec/controllers/groups_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/groups_controller_spec.rb b/spec/controllers/groups_controller_spec.rb
index b0564e27a68..83a2e82d78c 100644
--- a/spec/controllers/groups_controller_spec.rb
+++ b/spec/controllers/groups_controller_spec.rb
@@ -157,6 +157,7 @@ describe GroupsController do
context 'as a user' do
before do
sign_in(user)
+ pending('spec the children path instead')
end
it 'shows all subgroups' do