Sha256: 253e453b726e4087683bad54a89e86006c0d2dc79e543c3a189fea60f15e6e68

Contents?: true

Size: 301 Bytes

Versions: 7

Compression:

Stored size: 301 Bytes

Contents

Feature: New draft CLI command
 Scenario: Create a new blog draft article with the CLI
   Given a fixture app "drafts-app"
   And I run `middleman draft "My New Article"`
   Then the exit status should be 0
   Then the following files should exist:
     | source/drafts/my-new-article.html.markdown |

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
middleman-blog-drafts-0.3.3 features/draft_cli.feature
middleman-blog-drafts-0.3.2 features/draft_cli.feature
middleman-blog-drafts-0.3.0 features/draft_cli.feature
middleman-blog-drafts-0.2.0 features/draft_cli.feature
middleman-blog-drafts-0.1.0 features/draft_cli.feature
middleman-blog-drafts-0.0.2 features/draft_cli.feature
middleman-blog-drafts-0.0.1 features/draft_cli.feature