From 9f6965c1b5706834ca35bd49e52affc1515409a3 Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Thu, 8 May 2014 00:31:42 +0200 Subject: [PATCH] Add scenario for sorting by title --- features/collections.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/collections.feature b/features/collections.feature index 8b69ab67..1c3c8e23 100644 --- a/features/collections.feature +++ b/features/collections.feature @@ -101,7 +101,8 @@ Feature: Collections And I have a "_config.yml" file with content: """ collections: - - methods + methods: + output: true """ When I run jekyll build Then the _site directory should exist