Sha256: 982a8e6c1f648749ea9623562cf72eb18670314ad167cb9a26aede533c0f34ca

Contents?: true

Size: 394 Bytes

Versions: 1

Compression:

Stored size: 394 Bytes

Contents

Feature: Derive draft date from today
  Scenario: Drafts without dates
    Given the Server is running at "draft-date-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 "draft-date-app"
    When I go to "/drafts/other-draft.html"
    Then I should see the current date

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-blog-drafts-0.0.1 features/draft_date.feature