Christopher Allan Webber d3604e2920 Unit tests for plugins defining their own config_spec.ini!
This commit sponsored by David Ahmed.  Thank you!
2013-05-08 11:02:53 -05:00

4 lines
135 B
INI

[plugin_spec]
some_string = string(default="blork")
some_int = integer(default=50)
dont_change_me = string(default="still the default")