diff tests/bakes/test_variant.yaml @ 974:72f17534d58e

tests: First pass on making unit tests work again. - Fix all imports - Add more helper functions to work with mock file-systems - Simplify some code by running chef directly on the mock FS - Fix a couple tests
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Oct 2017 01:07:30 -0700
parents 894d286b348f
children 45ad976712ec
line wrap: on
line diff
--- a/tests/bakes/test_variant.yaml	Tue Oct 17 01:04:10 2017 -0700
+++ b/tests/bakes/test_variant.yaml	Tue Oct 17 01:07:30 2017 -0700
@@ -1,7 +1,7 @@
 ---
 config:
     what: not good
-config_variant: test
+config_variants: [test]
 in:
     pages/_index.md: 'This is {{what}}.'
     configs/test.yml: 'what: awesome'