summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/repositories_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
* fix #3686 make tarball download url to end with extensionhaseeb2017-08-031-1/+1
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-3/+3
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Fix test failure by accessing Content-Type header directly.cs-upgrade-deviseConnor Shea2016-09-271-1/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-1/+1
* Add workhorse controller and API helpersDouwe Maan2016-06-061-2/+3
* Use a custom Devise failure app to handle unauthenticated .zip requestsrs-issue-12944Robert Speicher2016-03-081-13/+24
* First version of "git archive" headersJacob Vosmaer2016-02-021-8/+3
* Remove archive file sending specJacob Vosmaer2015-10-141-28/+0
* Add tests.Douwe Maan2015-03-311-0/+65