test 3rd party commands
This commit is contained in:
parent
20ae42dcc0
commit
21388f2103
3 changed files with 16 additions and 0 deletions
5
features/3rd_party_cli.feature
Normal file
5
features/3rd_party_cli.feature
Normal file
|
@ -0,0 +1,5 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue