Mercurial > piecrust2
diff tests/cli/test_scaffolding.yaml @ 1127:4cc020ff2537
prepare: Fix crash when preparing new pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 28 Feb 2018 20:16:33 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/cli/test_scaffolding.yaml Wed Feb 28 20:16:33 2018 -0800 @@ -0,0 +1,19 @@ +--- +no_kitchen: true +args: init . +files: + - config.yml +--- +no_kitchen: true +args: init myblog +files: + - myblog/config.yml +--- +args: prepare page foobar +files: + - kitchen/pages/foobar.md +--- +args: prepare post -d 2017/01/08 new-post +files: + - kitchen/posts/2017-01-08_new-post.md +