From 336f6c6468147c79141c9a6352be0a68f9e37ccc Mon Sep 17 00:00:00 2001 From: Julien Boyer Date: Thu, 3 Aug 2023 18:16:35 +0200 Subject: [PATCH] Fix command typo Signed-off-by: Julien Boyer Signed-off-by: sitarane --- official-documentation-samples/rails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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