features/cli.feature in cobench-0.0.31 vs features/cli.feature in cobench-0.0.32

- old
+ new

@@ -13,9 +13,14 @@ Scenario: Simple report When I run bin/cobench with "--coder yegor256 --coder Jeff --verbose --dry --to foo" Then Stdout contains "XML saved to" And Exit code is zero + Scenario: Simple report through real GitHub API + When I run bin/cobench with "--coder=yegor256 --include=*/* --days=1 --verbose" + Then Stdout contains "XML saved to" + And Exit code is zero + Scenario: Simple report with defaults Given I have a ".cobench" file with content: """ --verbose