Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 1 | -1/+3 |
| | | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -2/+2 |
| | | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }` | ||||
* | Refactor OmniauthCallbacksController to remove duplication | James Edwards-Jones | 2018-04-22 | 1 | -0/+58 |
Moves LDAP to its own controller with tests Provides path forward for implementing GroupSaml |