summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-09-03 20:30:34 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-09-03 20:30:34 +0000
commit2401d167885d44f08042465e6042af5f1fc8b2ad (patch)
tree987228470f08887b5a8596c76056ee4b879b7b20
parentc1ac0bf01d5d5c6826d7780687fa7a1da722d4af (diff)
downloadgitlab-ce-docs-fixes-scheduling-on-background-migrations.tar.gz
Apply suggestion to doc/development/background_migrations.mddocs-fixes-scheduling-on-background-migrations
-rw-r--r--doc/development/background_migrations.md6
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].