reintroduce removed api points that were removed by mistake

This commit is contained in:
John McLear 2015-04-01 13:56:52 +01:00
parent 32a09ff461
commit 27ae48686d
2 changed files with 5 additions and 2 deletions

View file

@ -32,7 +32,7 @@ describe('API Versioning', function(){
/* Tests performed
-> createPad(padID)
-> createAuthor([name]) -- should return an authorID
-> appendChatMessage(padID, text, userID, time)
-> appendChatMessage(padID, text, authorID, time)
-> getChatHead(padID)
-> getChatHistory(padID)
*/