doh, doc fix

This commit is contained in:
John McLear 2013-02-09 17:02:54 +00:00
parent ab04a4e511
commit 280b3a404c

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.