summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-26 15:50:58 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-26 15:50:58 +0100
commit72fd4fb2c329a8769a2233d3ce0e55c76463a6db (patch)
tree7e2ed00bd808637d8651c67b86fe573c11a78dec /yarns
parent9e973b40f0bece597d34b9665e72905e39f9426b (diff)
downloaddistix-72fd4fb2c329a8769a2233d3ce0e55c76463a6db.tar.gz
Add more checks that everything gets committed
Found a bug, the "set" check fails.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/040-new.yarn2
-rw-r--r--yarns/060-set.yarn1
-rw-r--r--yarns/070-reply.yarn1
3 files changed, 3 insertions, 1 deletions
diff --git a/yarns/040-new.yarn b/yarns/040-new.yarn
index 0c957f6..d7a50bf 100644
--- a/yarns/040-new.yarn
+++ b/yarns/040-new.yarn
@@ -15,7 +15,7 @@ This chapter has scenarios for creating new tickets.
WHEN user attempts to run distix new new-ticket-title
THEN attempt succeeded
- AND everything in . is committed to git
+ AND everything in REPO is committed to git
WHEN user attempts to run distix list
THEN attempt succeeded
diff --git a/yarns/060-set.yarn b/yarns/060-set.yarn
index 406f3df..f5c1e07 100644
--- a/yarns/060-set.yarn
+++ b/yarns/060-set.yarn
@@ -14,6 +14,7 @@ This chapter contains scenarios for setting metadata for a ticket.
WHEN user attempts to run distix set DUMMYID FOO=BAR --ticket-id-from=NEW
THEN attempt succeeded
+ AND everything in REPO is committed to git
WHEN user attempts to run distix show --ticket-id-from=NEW
THEN attempt succeeded
diff --git a/yarns/070-reply.yarn b/yarns/070-reply.yarn
index 8332642..62a6345 100644
--- a/yarns/070-reply.yarn
+++ b/yarns/070-reply.yarn
@@ -15,6 +15,7 @@ tickets.
WHEN user attempts to run distix reply DUMMYID --ticket-id-from=../NEW --message=a-reply
THEN attempt succeeded
+ AND everything in REPO is committed to git
WHEN user attempts to run distix show --ticket-id-from=../NEW
THEN attempt succeeded