diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-11-29 13:02:28 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-21 11:18:15 +0000 |
commit | 7086dac42fff6e32bc38b389ffa104d9c21a159c (patch) | |
tree | 039fbb7c6c4d003310b8d500760f4834e2de1fb1 /config/routes | |
parent | 9a82aa70e3f3ff679c7a27ccbb9d497576b20822 (diff) | |
download | gitlab-ce-7086dac42fff6e32bc38b389ffa104d9c21a159c.tar.gz |
Changes after review
Fix broken test
Remove spinach tests for the builds tab
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/project.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 99b0afcada1..2d261337594 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -33,8 +33,6 @@ constraints(ProjectUrlConstrainer.new) do member do get :branches get :pipelines - post :cancel_builds - post :retry_builds post :revert post :cherry_pick get :diff_for_path |