1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

change command to run test suite

This commit is contained in:
Sylvain 2020-03-03 18:06:07 +01:00
parent 02b16907aa
commit 6fcc1ec0b5
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ This document is listing common known issues.
To solve this issue copy `config/application.yml.default` to `config/application.yml`.
This is required before the first start.
- When running the tests suite with `rake test`, all tests may fail with errors similar to the following:
- When running the tests suite with `scripts/run-tests.sh`, all tests may fail with errors similar to the following:
Error:
...

View File

@ -60,7 +60,7 @@ psql -U postgres -d fabmanager_production -f fabmanager_production_$(date -I).sq
- Install and configure the PostgreSQL extension [pgextwlist](https://github.com/dimitri/pgextwlist).
Please follow the instructions detailed on the extension website to whitelist `unaccent` and `trigram` for the user configured in `config/database.yml`.
- If you intend to contribute to the project code, you will need to run the test suite with `rake test`.
- If you intend to contribute to the project code, you will need to run the test suite with `scripts/run-tests.sh`.
This also requires your user to have the _SUPERUSER_ role.
Please see the [known issues](../README.md#known-issues) section for more information about this.