summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/mattermosts_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
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-2/+2
* Fix inconsistent return typeZ.J. van de Weg2017-01-241-2/+2
* Add new testsZ.J. van de Weg2016-12-211-1/+6
* Add controller testZ.J. van de Weg2016-12-201-0/+53