summaryrefslogtreecommitdiff
path: root/yarns/020-metadata-manipulation.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-18 11:35:23 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-18 11:35:23 +0100
commita87655497c29520853ef244b3af49ebd725fab99 (patch)
tree0decb61fa88049058099f11edb71bde54e449568 /yarns/020-metadata-manipulation.yarn
parentad59c525fc65501f045f8099860e3879bf731348 (diff)
downloaddistix-a87655497c29520853ef244b3af49ebd725fab99.tar.gz
Add initial yarns for distix _list
Diffstat (limited to 'yarns/020-metadata-manipulation.yarn')
-rw-r--r--yarns/020-metadata-manipulation.yarn18
1 files changed, 18 insertions, 0 deletions
diff --git a/yarns/020-metadata-manipulation.yarn b/yarns/020-metadata-manipulation.yarn
new file mode 100644
index 0000000..550ae1b
--- /dev/null
+++ b/yarns/020-metadata-manipulation.yarn
@@ -0,0 +1,18 @@
+Metadata manipulation
+=====================
+
+This chapter contains scenarios for testing the distix hidden commands
+for manipulation of metadata files.
+
+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.
+
+ WHEN user attempts to run distix _list METADATA
+ THEN attempt failed
+ AND error message matches FIXME
+