From 254d068cc560181180a3788385b6aeee9f9c2ca6 Mon Sep 17 00:00:00 2001 From: Owen Niblock Date: Tue, 12 Oct 2021 10:38:35 +0100 Subject: [PATCH] fixes path in test docs when running 'rake test' --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 4b3523d173..95023d1cad 100644 --- a/TESTING.md +++ b/TESTING.md @@ -10,7 +10,7 @@ Sonic Pi doesn't have a database, so the tests are quite a lot simpler than your average web app. ``` -$ cd app/server/sonicpi/test +$ cd app/server/ruby/test $ rake test ```