Merge pull request #1475 from ether/doc-fix-2

doh, doc fix
This commit is contained in:
John McLear 2013-02-09 09:03:59 -08:00
commit 0bd86f1fe3
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ Etherpad allows you to easily create front-end tests for plugins.
1. Create a new folder
```
%your_plugin%/static/tests/frontend
%your_plugin%/static/tests/frontend/specs
```
2. Put your spec file in here (Example spec files are visible in %etherpad_root_folder%/frontend/tests)
2. Put your spec file in here (Example spec files are visible in %etherpad_root_folder%/frontend/tests/specs)
3. Visit http://yourserver.com/frontend/tests your front-end tests will run.