add tests for tags ops on tasks

This commit is contained in:
Matteo Pagliazzi
2015-12-14 22:44:50 +01:00
parent da154d3ea3
commit e547eb2dde
4 changed files with 127 additions and 4 deletions
+1 -1
View File
@@ -27,5 +27,5 @@
"positionRequired": "\"position\" is required and must be a number.",
"cantMoveCompletedTodo": "Can't move a completed todo.",
"directionUpDown": "\"direction\" is required and must be 'up' or 'down'",
"alreadyTagged": "The task is already tagged with give tag."
"alreadyTagged": "The task is already tagged with given tag."
}