Add scenario for sorting by title
This commit is contained in:
parent
ae7e485474
commit
9f6965c1b5
|
@ -101,7 +101,8 @@ Feature: Collections
|
||||||
And I have a "_config.yml" file with content:
|
And I have a "_config.yml" file with content:
|
||||||
"""
|
"""
|
||||||
collections:
|
collections:
|
||||||
- methods
|
methods:
|
||||||
|
output: true
|
||||||
"""
|
"""
|
||||||
When I run jekyll build
|
When I run jekyll build
|
||||||
Then the _site directory should exist
|
Then the _site directory should exist
|
||||||
|
|
Loading…
Reference in New Issue