From c3ff1f78ce17d4a44265cd3a9b27da82dd7e197c Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 9 Nov 2022 12:38:32 +0000 Subject: [PATCH] Updates GETTING_STARTED.md --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index f295aa6069..6184d89cbc 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -83,7 +83,7 @@ Then the main application tests can be run with: The tests of all custom engines can be run with: - bundle exec rake ofn:specs:engines:rspec + bundle exec rspec ./engines Note: If your OS is not explicitly supported in the setup guides then not all tests may pass. However, you may still be able to develop.