diff options
-rw-r--r-- | doc/development/background_migrations.md | 6 |
1 files 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]. |