summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-18 19:04:44 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-18 19:04:44 +0100
commit885f3bae489f99a5dd7a0d230c98362f7da61cb4 (patch)
tree36fa33c16ab84adcf4637af88028dfb3bdd544cc /yarns
parentf286bb60a92cd413969ad9a06cd7913f9c84c5f8 (diff)
downloaddistix-885f3bae489f99a5dd7a0d230c98362f7da61cb4.tar.gz
Implement "distix reply"
Diffstat (limited to 'yarns')
-rw-r--r--yarns/070-reply.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/070-reply.yarn b/yarns/070-reply.yarn
index 40bf3d1..fe2f1f6 100644
--- a/yarns/070-reply.yarn
+++ b/yarns/070-reply.yarn
@@ -13,9 +13,9 @@ tickets.
AND user attempts to run distix new new-ticket-title --save-ticket-id=NEW
THEN attempt succeeded
- WHEN user attempts to run distix reply DUMMYID --ticket-id-from=NEW --message='This is a reply'
+ WHEN user attempts to run distix reply DUMMYID --ticket-id-from=NEW --message=a-reply
THEN attempt succeeded
WHEN user attempts to run distix show --ticket-id-from=NEW
THEN attempt succeeded
- AND output matches "This is a reply"
+ AND output matches "a-reply"