Strike duplicate methods & :collection_name filler
This commit is contained in:
parent
f082eca791
commit
7fef0302a7
|
@ -17,7 +17,7 @@ Feature: Collections
|
||||||
And I have a configuration file with:
|
And I have a configuration file with:
|
||||||
| key | value |
|
| key | value |
|
||||||
| collections | ['methods'] |
|
| collections | ['methods'] |
|
||||||
| render | \n methods: /methods/:collection_name/:subdir/:title:extname |
|
| render | \n methods: /methods/:subdir/:title:extname |
|
||||||
When I run jekyll
|
When I run jekyll
|
||||||
Then the _site directory should exist
|
Then the _site directory should exist
|
||||||
And I should see "Collections: methods" in "_site/index.html"
|
And I should see "Collections: methods" in "_site/index.html"
|
||||||
|
|
Loading…
Reference in New Issue