1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-29 07:38:02 +02:00

Fix command typo

Signed-off-by: Julien Boyer <julien@larevolution.re>
Signed-off-by: sitarane <julien@larevolution.re>
This commit is contained in:
Julien Boyer 2023-08-03 18:16:35 +02:00 committed by sitarane
parent ff549adba7
commit 336f6c6468

View file

@ -440,7 +440,7 @@ It should be at the base of the file, outside of the TestCase class definition.
Now you can run your system tests: Now you can run your system tests:
```bash ```bash
docker compose run test rails test docker compose run test rails test:system
``` ```
#### Watch the system tests run #### Watch the system tests run