Unit Tests

- on-add now detects JSON emitted by hooks for different tasks.
This commit is contained in:
Paul Beckingham
2015-02-14 16:46:52 -05:00
parent f887173bf7
commit 8ad0c1172e
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ read new_task
# Output:
# - JSON, modified or unmodified.
# - Optional feedback/error.
echo '{"description":"different","status":"pending"}'
echo '{"description":"different","status":"pending","uuid":"bad"}'
echo 'FEEDBACK'
# Status: