summaryrefslogtreecommitdiff
path: root/echo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'echo.yaml')
-rw-r--r--echo.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/echo.yaml b/echo.yaml
new file mode 100644
index 0000000..773c192
--- /dev/null
+++ b/echo.yaml
@@ -0,0 +1,4 @@
+- when: user runs echo without arguments
+- then: exit code is 0
+- then: standard output contains a newline
+- then: standard error is empty