Sha256: 1d2bbb10ac0169c3b010ec6809688cef3efb329a8d85640701add74db950af41

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

Feature: Destroy existing post
  As a blog owner
  In order to remove old content that is no longer useful
  I want to destroy an existing post

  Background:
    Given I have published a post called "Post title"
      And I am on the posts page
  
  Scenario: Update existing post from index
    When I follow "Destroy"
    Then I should be on the posts page
      And I should not see "Post title"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mist-0.6.3 features/destroy_post.feature
mist-0.6.2 features/destroy_post.feature
mist-0.6.1 features/destroy_post.feature
mist-0.6.0 features/destroy_post.feature