wp-cli-bbpress/features/tool.feature
2018-01-29 20:26:53 -03:00

10 lines
294 B
Gherkin

Feature: Manage bbPress Tools
Scenario: Testing bbPress tools commands
Given a bbPress install
When I run `wp bbp tool repair --type=topic-reply-count`
Then STDOUT should contain:
"""
Success: Counting the number of replies in each topic… Complete!
"""