features/draft_date.feature in middleman-blog-drafts-0.0.1 vs features/draft_date.feature in middleman-blog-drafts-0.0.2

- old
+ new

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