Skip to content

Commit

Permalink
Add test for cli info without format parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jun 6, 2016
1 parent 06b487a commit 0ac544c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/cli-info.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ Feature: Review CLI information
"""
{"wp_cli_packages_dir_path":"/tmp/wp-cli-home/.wp-cli/packages/"}
"""
And I run `wp cli info`
Then STDOUT should contain:
"""
WP-CLI packages dir: /tmp/wp-cli-home/.wp-cli/packages/
"""

0 comments on commit 0ac544c

Please sign in to comment.