summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/refs_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
* fixed specsPhil Hughes2017-11-061-5/+3
* added refs_controller_specPhil Hughes2017-11-061-3/+15
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-2/+2
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-6/+11
* Render a 404 when RefsController#logs_tree gets an HTML requestRobert Speicher2015-04-061-0/+41