X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5f4b7d3f916e132f860ab12c017aba638556abf8..fbf2b45ecc0380f9ff2198da706b85280543c5a0:/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.