aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-rw-r--r--guides/source/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index f2e0f829e3..b99d37a10c 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -231,8 +231,8 @@ raised. Usually this indicates that your schema is not fully migrated. Running
the migrations against the development database (`bin/rake db:migrate`) will
bring the schema up to date.
-NOTE: If existing migrations are edited and rerun, the test database needs to be
-rebuilt. This can be done by executing `bin/rake db:test:prepare`.
+NOTE: If existing migrations required modifications, the test database needs to
+be rebuilt. This can be done by executing `bin/rake db:test:prepare`.
### Running Tests