Sha256: ca706138c8c6b610e1cdd0847ce7372cdd84328e6a6cd059508c95fbf8c15612
Contents?: true
Size: 438 Bytes
Versions: 4
Compression:
Stored size: 438 Bytes
Contents
Feature: Create new post As a blog owner In order to add content and attract users to my blog I want to create a post Scenario: Create new post from index Given I am on the posts page When I follow "New Post" And I fill in "Title" with "Post title" And I fill in "Content" with "This is post content" And I press "Save" Then I should see "Post title" And I should see "This is post content"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mist-0.6.3 | features/create_post.feature |
mist-0.6.2 | features/create_post.feature |
mist-0.6.1 | features/create_post.feature |
mist-0.6.0 | features/create_post.feature |