mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-02 00:05:06 -04:00
6 lines
185 B
Gherkin
6 lines
185 B
Gherkin
|
Feature: Create a new Octopress Blog
|
||
|
|
||
|
Scenario: create with no flags, switches or arguments
|
||
|
When I successfully run `octopress create`
|
||
|
Then the stdout should contain "Hello!"
|