summaryrefslogtreecommitdiffstats
path: root/testscripts
diff options
context:
space:
mode:
Diffstat (limited to 'testscripts')
-rw-r--r--testscripts/commands/new_content.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/testscripts/commands/new_content.txt b/testscripts/commands/new_content.txt
new file mode 100644
index 000000000..217058353
--- /dev/null
+++ b/testscripts/commands/new_content.txt
@@ -0,0 +1,7 @@
+hugo new site myblog
+cd myblog
+hugo new content --kind post post/first-post.md
+! exists resources
+grep 'draft = true' content/post/first-post.md
+
+