Sha256: 20ef43f27a7f1377ae3a68ae637f1a8f1a23499aea12fb3f9d708c91f878e204

Contents?: true

Size: 386 Bytes

Versions: 6

Compression:

Stored size: 386 Bytes

Contents

Feature: Derive draft date from today
  Scenario: Drafts without dates
    Given the Server is running at "drafts-app"
    When I go to "/drafts/new-draft.html"
    Then I should see the current date

  Scenario: Drafts without dates and using data store
    Given the Server is running at "drafts-app"
    When I go to "/drafts/other-draft.html"
    Then I should see the current date

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
middleman-blog-drafts-0.3.3 features/draft_date.feature
middleman-blog-drafts-0.3.2 features/draft_date.feature
middleman-blog-drafts-0.3.0 features/draft_date.feature
middleman-blog-drafts-0.2.0 features/draft_date.feature
middleman-blog-drafts-0.1.0 features/draft_date.feature
middleman-blog-drafts-0.0.2 features/draft_date.feature