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 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 ```