From 60b7f664a212e51045c8f0b3521f4ddd7f133be0 Mon Sep 17 00:00:00 2001 From: Owen Niblock Date: Tue, 12 Oct 2021 10:37:56 +0100 Subject: [PATCH 1/2] adds .idea to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 707a52a399..d6f72edd30 100644 --- a/.gitignore +++ b/.gitignore @@ -125,6 +125,7 @@ book/ ## IntelliJ IDEA *.iml +.idea ## i18n auto-generated files From 254d068cc560181180a3788385b6aeee9f9c2ca6 Mon Sep 17 00:00:00 2001 From: Owen Niblock Date: Tue, 12 Oct 2021 10:38:35 +0100 Subject: [PATCH 2/2] 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 ```