summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-04-04 15:13:42 +0000
committerSean McGivern <sean@gitlab.com>2019-04-04 15:13:42 +0000
commitc7f918aa691b1b9c6ee6a489ae28a094eacff72c (patch)
treeabeffe14065f7206fe52553c102eb46f5f0014ff /spec
parent349d6b0326286b6ff3831fc0d8c499b42967c6d2 (diff)
parentffbc66cc0bb62b962779aea4d4b0c06dcf12078e (diff)
downloadgitlab-ce-c7f918aa691b1b9c6ee6a489ae28a094eacff72c.tar.gz
Merge branch 'xanf/gitlab-ce-transfer-disables-js' into 'master'
Resolve "Failing group transfer disables expandable sections" Closes #45511 See merge request gitlab-org/gitlab-ce!26837
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/groups_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/groups_controller_spec.rb b/spec/controllers/groups_controller_spec.rb
index b2e6df6060a..38d7240ea81 100644
--- a/spec/controllers/groups_controller_spec.rb
+++ b/spec/controllers/groups_controller_spec.rb
@@ -616,7 +616,7 @@ describe GroupsController do
end
it 'should redirect to the current path' do
- expect(response).to render_template(:edit)
+ expect(response).to redirect_to(edit_group_path(group))
end
end