]> git.openstreetmap.org Git - rails.git/commitdiff
Use rake test:db to do initial test run
authorTom Hughes <tom@compton.nu>
Tue, 8 Mar 2016 14:12:03 +0000 (14:12 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 8 Mar 2016 14:23:43 +0000 (14:23 +0000)
This makes sure the database is initialised by loading the schema
dumped after migrating the development database.

Fixes #878
Closes #1173

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.