From 6c48e9bbdf0e4ae9fa774814050c9ab17c589dc9 Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Thu, 8 May 2014 08:37:32 +0200 Subject: [PATCH] Simplify config --- features/collections.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/collections.feature b/features/collections.feature index 00c56c56..87ae0b5e 100644 --- a/features/collections.feature +++ b/features/collections.feature @@ -64,8 +64,7 @@ Feature: Collections And I have a "_config.yml" file with content: """ collections: - methods: - baz: bin + - methods """ When I run jekyll build Then the _site directory should exist