Sha256: 858e7845cffcd98abc070e7f74e1ed6d439bc8034b41e45fbf0c39876bed02cd

Contents?: true

Size: 580 Bytes

Versions: 3

Compression:

Stored size: 580 Bytes

Contents

Feature: Editing blog

  Background:
    Given a blog exists

  Scenario: Creating a new blog post
    When I create a new post
    Then I can edit the post

  Scenario: Creating a static page
    When I create a new page
    Then I can edit the page

  Scenario: Copying a built-in plugin
    When I fork a plugin
    Then I can edit the forked plugin

  Scenario: Copying and renaming a built-in plugin
    When I fork and rename a plugin
    Then I can edit my plugin

  Scenario: Copying the default theme
    When I fork the default theme
    Then I can edit the theme files

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
staticpress-0.6.2 features/editing_blog.feature
staticpress-0.6.1 features/editing_blog.feature
staticpress-0.6.0 features/editing_blog.feature