Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
jekyll-scholar
Commits
a1e48726
Commit
a1e48726
authored
Feb 01, 2016
by
Sylvester Keil
Browse files
Fix grouping override test case
See #127
parent
2f1f200a
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/grouping.feature
View file @
a1e48726
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment