adding latest tests

This commit is contained in:
2021-11-07 14:47:56 +00:00
parent 52461cb794
commit 78fdf54da3
3 changed files with 123 additions and 266 deletions

View File

@@ -0,0 +1,8 @@
tembo:
scopes:
- name: some_scope
example: tembo new some_scope
path: some_scope
filename: "{name}"
extension: md
template_filename: some_nonexistent_template.md.tpl

View File

@@ -5,6 +5,10 @@
path: "some_scope"
filename: "{name}"
extension: md
- name: some_scope_no_example
path: "some_scope"
filename: "{name}"
extension: md
- name: another_some_scope
example: tembo new another_some_scope
path: "another_some_scope"