Sha256: a68175067d1bf1082c66ff017e9d6de5570f2a70ece76aeaf8cc1fa2ed138237

Contents?: true

Size: 439 Bytes

Versions: 14

Compression:

Stored size: 439 Bytes

Contents

@javascript
Feature: Posts Publication
  As a Publisher
  I want to be able to publish drafted Posts

  Background:
    Given the Test Post exists
      And the Published Post exists
      And I am signed in as Publisher User

  Scenario: Publish a Post
    When I Publish a drafted Post
    Then I should see the Post as Published

  Scenario: Un-Publish a Post
    When I Draft a published Post
    Then I should see the Post as Drafted

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
crowdblog-0.0.16 features/posts/publish.feature
crowdblog-0.0.15 features/posts/publish.feature
crowdblog-0.0.14 features/posts/publish.feature
crowdblog-0.0.13 features/posts/publish.feature
crowdblog-0.0.12 features/posts/publish.feature
crowdblog-0.0.10 features/posts/publish.feature
crowdblog-0.0.9 features/posts/publish.feature
crowdblog-0.0.8 features/posts/publish.feature
crowdblog-0.0.7 features/posts/publish.feature
crowdblog-0.0.6 features/posts/publish.feature
crowdblog-0.0.5 features/posts/publish.feature
crowdblog-0.0.4 features/posts/publish.feature
crowdblog-0.0.3 features/posts/publish.feature
crowdblog-0.0.2 features/posts/publish.feature