diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-14 19:57:20 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-14 19:59:56 +0200 |
commit | 0ff8975939846a3d013421d1f46baf3cbb77dec2 (patch) | |
tree | 2183743883a42dd3ae7832f84af9acfd5e9168da /config | |
parent | d9ece71ef0677a1d3468697485db7cbcf1b83745 (diff) | |
download | gitlab-ce-0ff8975939846a3d013421d1f46baf3cbb77dec2.tar.gz |
Fix cancel_all specs
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 3253d950f27..06abc2820a5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -587,7 +587,7 @@ Gitlab::Application.routes.draw do resources :builds, only: [:index, :show] do collection do - post :cancel_all + get :cancel_all end member do |