We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 418e2ed + eb758b0 commit d7bd5b1Copy full SHA for d7bd5b1
guides/source/testing.md
@@ -702,7 +702,7 @@ the migrations against the development database (`bin/rails db:migrate`) will
702
bring the schema up to date.
703
704
NOTE: If there were modifications to existing migrations, the test database needs to
705
-be rebuilt. This can be done by executing `bin/rails db:test:prepare`.
+be rebuilt. This can be done by executing `bin/rails test:db`.
706
707
### The Low-Down on Fixtures
708
0 commit comments