summaryrefslogtreecommitdiff
path: root/spec/models/chat_name_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+1
|
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* Expose ChatName objects to slash commandsslash-commands-changes-for-chatopsYorick Peterse2018-02-231-0/+20
| | | | | | | Instead of only exposing a User to slash commands we now also expose the ChatName object that the User object is retrieved from. This is necessary for GitLab Chatops as we need for example the user ID of the chat user.
* Optimize a few simple spec files by using `set`Grzegorz Bizon2017-09-131-1/+2
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add most of specs for chat namesKamil Trzcinski2016-11-161-0/+16