1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

rename to summary in test fixtures

This commit is contained in:
jaedle
2019-02-24 15:54:11 +01:00
parent 3999480d64
commit 31ecf167cc
5 changed files with 30 additions and 30 deletions

14
testdata/summary/task-with-summary.txt vendored Normal file
View File

@@ -0,0 +1,14 @@
task: task-with-summary
summary of task-with-summary - line 1
line 2
line 3
dependencies:
- dependend-task-1
- dependend-task-2
commands:
- echo 'task-with-summary was executed'
- echo 'another command'
- exit 0