From 7fef0302a72e873fa467e73115dffd51d426818e Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 00:56:17 -0400 Subject: [PATCH] Strike duplicate methods & :collection_name filler --- features/collections.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/collections.feature b/features/collections.feature index 209232e3..8c760915 100644 --- a/features/collections.feature +++ b/features/collections.feature @@ -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"