summaryrefslogtreecommitdiff
path: root/spec/helpers/broadcast_messages_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* Move `BroadcastMessage#status` to a helper since it's presentationalRobert Speicher2016-01-131-0/+20
|
* Update broadcast_message helperRobert Speicher2016-01-131-12/+30
| | | | | Now it returns the fully-formatted message so we can be consistent about how it's shown.
* Update mock and stub syntax for specsRobert Speicher2015-06-221-5/+5
|
* Even more hound fixesJeroen van Baarsen2015-02-121-1/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Customization and previewing of broadcast messagesAndrew Tomaka2013-12-181-0/+21