summaryrefslogtreecommitdiff
path: root/spec/support/git_http_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move CI access logic into GitAccessMichael Kozono2017-06-051-3/+6
|
* Fix Git over HTTP specMichael Kozono2017-06-051-1/+18
| | | | | | | | | | | * The spec has 7 failures at this point * Specify rendered error messages * Render the GitAccess message rather than “Access denied” * Render the Not Found message provided by GitAccess, instead of a custom one * Expect GitAccess to check the config for whether Git-over-HTTP pull or push is disabled, rather than doing it in the controller * Add more thorough testing for authentication * Dried up a lot of tests * Fixed some broken tests
* Added git http requests tests for user with LDAP identityHoratiu Eugen Vlad2016-09-281-0/+48
Signed-off-by: Rémy Coutable <remy@rymai.me>