summaryrefslogtreecommitdiff
path: root/spec/models/broadcast_message_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-6/+13
|
* Use build instead create in BroadcastMessage model specSemyon Pupkov2016-11-191-1/+1
|
* Now we already included it in spec_helper.rbwall-clock-time-for-showing-pipelineLin Jen-Shin2016-08-201-2/+0
|
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Move `BroadcastMessage#status` to a helper since it's presentationalRobert Speicher2016-01-131-20/+0
|
* Update BroadcastMessage modelRobert Speicher2016-01-131-5/+86
| | | | | - Adds default values for `color` and `font` attributes - Adds `active?`, `started?`, `ended?`, and 'status' methods
* Remove alert_type attribute from BroadcastMessageRobert Speicher2016-01-131-1/+0
|
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Add custom ColorValidatorRobert Speicher2015-12-071-0/+15
|
* Fix rubocop warnings in spec/modelsGuilherme Garnier2015-10-031-2/+2
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-4/+4
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Customization and previewing of broadcast messagesAndrew Tomaka2013-12-181-0/+2
|
* AnnotateDmitriy Zaporozhets2013-11-131-0/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show broadcast message to usersDmitriy Zaporozhets2013-11-121-0/+17
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Broadcast message model + migrationsDmitriy Zaporozhets2013-11-121-0/+7
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>