Sha256: 4b45ab32b7b45d2ebd1caa1231a9706697a7ebf3eb4eefe2f3785ddba859af86
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
Contents
Feature: Permalinks can include arbitrary data from frontmatter Scenario: Articles list links using permalink with frontmatter data Given the Server is running at "permalink-app" When I go to "/index.html" Then I should see "news/a-custom-string-2011-01-01-new-article.html" Scenario: Articles can be accessed through permalinks with frontmatter data Given the Server is running at "permalink-app" When I go to "news/a-custom-string-2011-01-01-new-article.html" Then I should see "Newer Article Content" And I should see "Category : news"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-blog-4.0.3 | features/permalink.feature |
middleman-blog-4.0.2 | features/permalink.feature |