Sha256: 167e86aacdd8d0d8855512552dbd926a9ba8422c08befa6b59a838d9b40b0474

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

Feature: Derive article date from its source filename

  Scenario: Posts with dates in filenames and optionally frontmatter

    Given the Server is running at "filename-date-app"

    When I go to "/2011/01/01/new-article.html"
    Then I should see "Date: 2011-01-01T00:00:00"

    When I go to "/2011/01/03/filename-and-frontmatter.html"
    Then I should see "Date: 2011-01-03T10:15:00"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-blog-4.0.3 features/filename_date.feature
middleman-blog-4.0.2 features/filename_date.feature