Sha256: 371b7819edb98ad2c3fe861e308efb8cd1b75f0ece4c77c4acf17bbde05286e6

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

Feature: Listing drafts
  Scenario: Draft articles can be listed
    Given the Server is running at "drafts-app"
    When I go to "/drafts/listing_drafts.html"
    Then I should see "New Draft Title"
    And I should see "Other Draft Title"
    And I should see "Drafts List"
    And I should see "(UNTITLED DRAFT)"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-blog-drafts-0.3.3 features/drafts_list.feature