From 2401d167885d44f08042465e6042af5f1fc8b2ad Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Tue, 3 Sep 2019 20:30:34 +0000 Subject: Apply suggestion to doc/development/background_migrations.md --- doc/development/background_migrations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/development/background_migrations.md b/doc/development/background_migrations.md index 4c52a849927..794801429fb 100644 --- a/doc/development/background_migrations.md +++ b/doc/development/background_migrations.md @@ -285,9 +285,9 @@ the `services.properties` column. It is required to write tests for: -- background migrations' scheduling migration, -- background migration itself and, -- a cleanup migration. +- The background migrations' scheduling migration. +- The background migration itself. +- A cleanup migration. You can use the `:migration` RSpec tag when testing the migrations. See [README][migrations-readme]. -- cgit v1.2.1