diff --git a/features/collections.feature b/features/collections.feature index 8b69ab67..00c56c56 100644 --- a/features/collections.feature +++ b/features/collections.feature @@ -9,7 +9,7 @@ Feature: Collections And I have a configuration file with "collections" set to "['methods']" When I run jekyll build Then the _site directory should exist - And I should see "Collections:
Use Jekyll.configuration
to build a full configuration for use w/Jekyll.
Whatever: foo.bar
\nJekyll.sanitized_path
is used to make sure your path is in your source.
Run your generators! default
\nCreate dat site.
\nRun your generators! default
" in "_site/index.html" + And I should see "Collections:Use Jekyll.configuration
to build a full configuration for use w/Jekyll.
Whatever: foo.bar
\nJekyll.sanitized_path
is used to make sure your path is in your source.
Run your generators! default
\nPage without title.
\nRun your generators! default
" in "_site/index.html" And the "_site/methods/configuration.html" file should not exist Scenario: Rendered collection