Skip to content

Commit 41aa873

Browse files
authored
Merge pull request #2866 from owenniblock/fix/incorrect-path-on-test-md
Fix/incorrect path on test md
2 parents 9bb9dfb + 254d068 commit 41aa873

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ book/
125125
## IntelliJ IDEA
126126

127127
*.iml
128+
.idea
128129

129130
## i18n auto-generated files
130131

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Sonic Pi doesn't have a database, so the tests are quite a lot
1010
simpler than your average web app.
1111

1212
```
13-
$ cd app/server/sonicpi/test
13+
$ cd app/server/ruby/test
1414
$ rake test
1515
```
1616

0 commit comments

Comments
 (0)