Strike duplicate methods & :collection_name filler

This commit is contained in:
Parker Moore 2014-04-02 00:56:17 -04:00
parent f082eca791
commit 7fef0302a7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Feature: Collections
And I have a configuration file with:
| key | value |
| collections | ['methods'] |
| render | \n methods: /methods/:collection_name/:subdir/:title:extname |
| render | \n methods: /methods/:subdir/:title:extname |
When I run jekyll
Then the _site directory should exist
And I should see "Collections: methods" in "_site/index.html"