X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b0a4a93c681d63c1234b2926c6b78e69db19c2a6..6c3fd1e053a60374aba3aa3822620f4ed8e5e11b:/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.