summaryrefslogtreecommitdiff
path: root/spec/requests/jwt_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-5/+5
|
* Improve Gitlab::Auth method namesJacob Vosmaer2016-06-101-1/+1
| | | | | | Auth.find was a very generic name for a very specific method. Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also looks in Kerberos.
* Fix testsJacob Vosmaer2016-06-061-1/+1
|
* Fix the CI login to Container Registry (the gitlab-ci-token user)Kamil Trzcinski2016-05-231-1/+1
|
* Update JwtController specsKamil Trzcinski2016-05-151-36/+21
|
* Added specs for JwtControllerKamil Trzcinski2016-05-141-0/+87