diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-08 10:54:43 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-08 11:02:53 -0500 |
commit | d3604e29205c96877a6eb3fd5b1189ee0742382b (patch) | |
tree | b374c13cfc0b5d2cdab791dfa7b1a1e980e3a1b2 /mediagoblin/tests/testplugins/pluginspec/config_spec.ini | |
parent | 7fadc33b80afb3452f8bc7199145c827abfc03b5 (diff) | |
download | mediagoblin-d3604e29205c96877a6eb3fd5b1189ee0742382b.tar.lz mediagoblin-d3604e29205c96877a6eb3fd5b1189ee0742382b.tar.xz mediagoblin-d3604e29205c96877a6eb3fd5b1189ee0742382b.zip |
Unit tests for plugins defining their own config_spec.ini!
This commit sponsored by David Ahmed. Thank you!
Diffstat (limited to 'mediagoblin/tests/testplugins/pluginspec/config_spec.ini')
-rw-r--r-- | mediagoblin/tests/testplugins/pluginspec/config_spec.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/tests/testplugins/pluginspec/config_spec.ini b/mediagoblin/tests/testplugins/pluginspec/config_spec.ini new file mode 100644 index 00000000..5c9c3bd7 --- /dev/null +++ b/mediagoblin/tests/testplugins/pluginspec/config_spec.ini @@ -0,0 +1,4 @@ +[plugin_spec] +some_string = string(default="blork") +some_int = integer(default=50) +dont_change_me = string(default="still the default")
\ No newline at end of file |