summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-05-27 19:06:18 +0100
committerLars Wirzenius <liw@liw.fi>2014-05-27 19:06:18 +0100
commitb65e93360e71396bc97ed674ff0cb9a5dd1f5b81 (patch)
tree57593095bf02b7efb5393c6630004dd19e5a434a /yarns
parentcb1e848da2947f92c68b858b2d5c1a1446fba780 (diff)
downloaddistix-b65e93360e71396bc97ed674ff0cb9a5dd1f5b81.tar.gz
Remove spaces from empty lines
Diffstat (limited to 'yarns')
-rw-r--r--yarns/020-metadata-manipulation.yarn2
-rw-r--r--yarns/040-new.yarn2
-rw-r--r--yarns/050-show.yarn4
-rw-r--r--yarns/060-set.yarn4
-rw-r--r--yarns/070-reply.yarn2
5 files changed, 7 insertions, 7 deletions
diff --git a/yarns/020-metadata-manipulation.yarn b/yarns/020-metadata-manipulation.yarn
index 535caef..46722e8 100644
--- a/yarns/020-metadata-manipulation.yarn
+++ b/yarns/020-metadata-manipulation.yarn
@@ -8,7 +8,7 @@ There are three commands, `_set`, `_get`, and `_list`, and they'll be
tested together, since they interact with each other.
SCENARIO metadata manipulation
-
+
To start with, the `_list` command should give an error if the
metadata file doesn't exist.
diff --git a/yarns/040-new.yarn b/yarns/040-new.yarn
index d7a50bf..4777fdb 100644
--- a/yarns/040-new.yarn
+++ b/yarns/040-new.yarn
@@ -16,7 +16,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 REPO is committed to git
-
+
WHEN user attempts to run distix list
THEN attempt succeeded
AND output matches "^[0-9a-f]{32} new-ticket-title$"
diff --git a/yarns/050-show.yarn b/yarns/050-show.yarn
index c07f4b5..f711f82 100644
--- a/yarns/050-show.yarn
+++ b/yarns/050-show.yarn
@@ -4,14 +4,14 @@ Show tickets
This chapter has scenarios for showing individual tickets.
SCENARIO show ticket
-
+
WHEN user attempts to run distix init REPO
THEN attempt succeeded
WHEN user changes working directory to REPO
AND user attempts to run distix new new-ticket-title --save-ticket-id=NEW
THEN attempt succeeded
-
+
WHEN user attempts to run distix show --ticket-id-from=NEW
THEN attempt succeeded
AND output matches "."
diff --git a/yarns/060-set.yarn b/yarns/060-set.yarn
index d419dff..4aed805 100644
--- a/yarns/060-set.yarn
+++ b/yarns/060-set.yarn
@@ -4,14 +4,14 @@ Set metadata for ticket
This chapter contains scenarios for setting metadata for a ticket.
SCENARIO set metadata for ticket
-
+
WHEN user attempts to run distix init REPO
THEN attempt succeeded
WHEN user changes working directory to REPO
AND user attempts to run distix new new-ticket-title --save-ticket-id=../NEW
THEN attempt succeeded
-
+
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
diff --git a/yarns/070-reply.yarn b/yarns/070-reply.yarn
index 62a6345..43170a7 100644
--- a/yarns/070-reply.yarn
+++ b/yarns/070-reply.yarn
@@ -12,7 +12,7 @@ tickets.
WHEN user changes working directory to REPO
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=a-reply
THEN attempt succeeded
AND everything in REPO is committed to git