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