diff --git a/official-documentation-samples/rails/README.md b/official-documentation-samples/rails/README.md index 8b51e98..8ea5894 100644 --- a/official-documentation-samples/rails/README.md +++ b/official-documentation-samples/rails/README.md @@ -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: ```bash -docker compose run test rails test +docker compose run test rails test:system ``` #### Watch the system tests run