gitlab-org--gitlab-foss/spec/routing
Sean McGivern 9f921b73f2 Don't add a trailing slash in group redirects
Because we ignored the format, a request to `/groups/foo/labels.json` would
redirect to `/groups/foo/-/labels/.json`. But really, it's worse than that,
because unless the request contained a trailing slash, we shouldn't add one.

Now, we only _keep_ a trailing slash, but don't _add_ one.
2017-11-16 17:13:40 +00:00
..
admin_routing_spec.rb Implement web hooks logging 2017-05-25 10:07:52 +03:00
environments_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
group_routing_spec.rb Don't add a trailing slash in group redirects 2017-11-16 17:13:40 +00:00
import_routing_spec.rb
notifications_routing_spec.rb Enable RSpec/FilePath cop 2017-04-26 12:50:32 +01:00
openid_connect_spec.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
project_routing_spec.rb Allow promoting project milestones to group milestones 2017-10-31 15:03:52 +00:00
routing_spec.rb Merge branch 'feature-change-signout-route' into 'master' 2017-11-08 09:28:50 +00:00