diff options
Diffstat (limited to 'src/lib/config/tests/testdata/spec18.spec')
-rw-r--r-- | src/lib/config/tests/testdata/spec18.spec | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/config/tests/testdata/spec18.spec b/src/lib/config/tests/testdata/spec18.spec new file mode 100644 index 0000000..e3854aa --- /dev/null +++ b/src/lib/config/tests/testdata/spec18.spec @@ -0,0 +1,12 @@ +{ + "module_spec": { + "module_name": "Spec2", + "commands": [ + { + "command_name": "print_message", + "command_description": "Print the given message to stdout" + } + ] + } +} + |