middleman/middleman-core/features/3rd_party_cli.feature
2011-12-29 15:09:51 -08:00

5 lines
220 B
Gherkin

Feature: Allow config.rb and extensions to add CLI commands
Scenario: Test 3rd Party Command
Given a fixture app "3rd-party-command"
When I run `middleman hello`
Then the output should contain "Hello World"