From a1e4872607d729a362919289d7021f18e354e538 Mon Sep 17 00:00:00 2001 From: Sylvester Keil Date: Mon, 1 Feb 2016 14:37:32 +0100 Subject: [PATCH] Fix grouping override test case See #127 --- features/grouping.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/grouping.feature b/features/grouping.feature index ac8f1dd..4aa3d3c 100644 --- a/features/grouping.feature +++ b/features/grouping.feature @@ -40,7 +40,7 @@ Feature: Grouping BibTeX Bibliographies Given I have a scholar configuration with: | key | value | | group_by | year | - | group_order | ascending | + | group_order | ascending | And I have a "_bibliography" directory And I have a file "_bibliography/references.bib": """ @@ -73,7 +73,7 @@ Feature: Grouping BibTeX Bibliographies Given I have a scholar configuration with: | key | value | | group_by | year | - | group_order | descending | + | group_order | descending | And I have a "_bibliography" directory And I have a file "_bibliography/references.bib": """ @@ -106,7 +106,7 @@ Feature: Grouping BibTeX Bibliographies Given I have a scholar configuration with: | key | value | | group_by | year,month | - | group_order | descending,ascending | + | group_order | descending,ascending | And I have a "_bibliography" directory And I have a file "_bibliography/references.bib": """ @@ -359,7 +359,7 @@ Feature: Grouping BibTeX Bibliographies """ --- --- - {% bibliography -f references --group_by none %} + {% bibliography -f references --group_by year %} """ When I run jekyll Then the _site directory should exist -- GitLab