summaryrefslogtreecommitdiff
path: root/spec/controllers/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-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-styleblackst0ne2018-12-191-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 duplicationJames Edwards-Jones2018-04-221-0/+58
Moves LDAP to its own controller with tests Provides path forward for implementing GroupSaml