doh, doc fix

pull/1475/head
John McLear 2013-02-09 17:02:54 +00:00
parent ab04a4e511
commit 280b3a404c
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.