mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +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:
parent
ff549adba7
commit
336f6c6468
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue