summaryrefslogtreecommitdiff
path: root/spec/models/deploy_key_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fall back on ghost user when deploy key user is not setDouwe Maan2018-03-281-0/+21
|
* Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-3/+1
| | | | | | | | | `:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
* 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>
* Now we need to include EmailHelpers for each testLin Jen-Shin2016-12-061-0/+2
|
* Add tests for key/deploy key notificationsLin Jen-Shin2016-11-181-0/+12
|
* Remove unused lets from deploy_key specSemyon Pupkov2016-10-121-3/+0
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-15/+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
* Tag model specsDouwe Maan2015-12-091-1/+1
|
* Re-annotate modelsStan Hu2015-05-031-0/+1
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* ReannotateDmitriy Zaporozhets2013-08-211-8/+8
|
* AnnotatedDmitriy Zaporozhets2013-06-191-3/+3
|
* Model specs for DeployKeysDmitriy Zaporozhets2013-05-061-0/+25