X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..da9efb5c6462c991380b9e56752a99076954323a:/INSTALL.md?ds=sidebyside 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.