]> git.openstreetmap.org Git - rails.git/blobdiff - INSTALL.md
Localisation updates from https://translatewiki.net.
[rails.git] / INSTALL.md
index 61dcbd7f2cbcf7211f182f683a0653a3c799082f..0343629110c39f2e1ca128547483a64e0e9e5d69 100644 (file)
@@ -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.