spec/test_config/arrays.yml in
profigure-0.0.1
vs spec/test_config/arrays.yml in
profigure-0.0.2
- old
+ new
@@ -1,5 +1,10 @@
-array: [one, two]
+array:
+ - one
+ - two
+
+inline_array: [three, four, five]
+