From a6d9049dc00fe79bb07b53d4cfa972bc7ff15b6c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 22 Dec 2014 09:50:20 -0500 Subject: s/are edited and rerun/required modifications [ci skip] --- guides/source/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') 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 -- cgit v1.2.3