Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-14 14:51:59 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-14 14:51:59 +0300
commitd7324f0ed5181f0eb765871a35eaee587bf25fa9 (patch)
tree146905d9134d1d8c5b1d7baa94c01e5f6c906d7c /config/routes/group.rb
parent17e23b4c9c141bdbdcde4efec0bbcfdd544da8bd (diff)
Move edit group scenario to rspec and refactor groups_spec
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config/routes/group.rb')
-rw-r--r--config/routes/group.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb
index 8bee2bb1eb4..33143f0dfa2 100644
--- a/config/routes/group.rb
+++ b/config/routes/group.rb
@@ -3,7 +3,6 @@ require 'constraints/group_url_constrainer'
constraints(GroupUrlConstrainer.new) do
scope(path: ':id', as: :group, controller: :groups) do
get '/', action: :show
- post '/', action: :create
patch '/', action: :update
put '/', action: :update
delete '/', action: :destroy