gitlab-org--gitlab-foss/features/steps
Dmitriy Zaporozhets 48d223d7c9 Merge branch 'issue-23306-fix' into 'master'
Add missing routes to make group edits work

6b90ccb9fd changed the routes so that users/groups can be accessed via`/:id`, but the Rails `form_for` method expects to use the `groups#show` path helper for the form action URL. This causes group edits and deletes to fail because the PUT/PATCH/DELETE methods did not exist for `/:id`.  This MR adds these methods so that `form_for` continues to work.

Closes #23306 


See merge request !6874
2016-10-14 12:25:56 +00:00
..
admin Fixed group tests 2016-09-13 08:44:59 +01:00
dashboard Enable import/export back for non-admins 2016-10-03 10:53:18 +02:00
explore Show member roles to all users on members page 2016-08-11 11:08:07 -05:00
group Fixed group tests 2016-09-13 08:44:59 +01:00
profile Convert "SSH Keys" Spinach features to RSpec 2016-10-03 11:00:05 +02:00
project Merge branch 'members-ui' into 'master' 2016-10-14 12:25:23 +00:00
shared Project tools visibility level 2016-09-01 11:47:59 -03:00
snippets Updated snippets tests 2016-05-19 10:01:27 +01:00
abuse_reports.rb
groups.rb Move edit group scenario to rspec and refactor groups_spec 2016-10-14 14:51:59 +03:00
invites.rb
search.rb Fixed tests 2016-04-26 09:03:04 +01:00
snippet_search.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
user.rb tests update 2016-05-16 12:22:17 +01:00