From 40941752fc6674a3affcbe817256672ab5d8e48d Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 19 Sep 2020 13:06:19 -0700 Subject: [PATCH] add config test outlines --- features/config.feature | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/features/config.feature b/features/config.feature index cd974e09..c1c7fcce 100644 --- a/features/config.feature +++ b/features/config.feature @@ -22,3 +22,15 @@ Feature: Reading & writing the config file body set to invalid color """ + @todo + Scenario: Missing values in config are given a default + + @todo + Scenario: Journal-level config values override global-level config values + + @todo + Scenario: Config with a lower version number updates to current version + + @todo + Scenario: Nested config values are written to the config file +