X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fe04a0c48694809b5d267599b436f1cd6f161198..b7bea9c6b3d93247b627976ca50e636eb460b377:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index 61dcbd7f2..034362911 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -193,7 +193,7 @@ bundle exec rake db:migrate To ensure that everything is set up properly, you should now run: ``` -bundle exec rake test +bundle exec rake test:db ``` This test will take a few minutes, reporting tests run, assertions, and any errors. If you receive no errors, then your installation is successful.