mediagoblin/mediagoblin/tests/fake_config_spec.ini
Christopher Allan Webber d5234024b0 Tests for mediagoblin.config functions
Tests for:
  - read_mediagoblin_config()
  - generate_validation_report()
2011-06-18 16:52:40 -05:00

10 lines
290 B
INI

[carrotapp]
# Whether or not our carrots are going to be turned into cake.
carrotcake = boolean(default=False)
num_carrots = integer(default=1)
# A message encouraging our users to eat their carrots.
encouragement_phrase = string()
[celery]
eat_celery_with_carrots = boolean(default=True)