features/cli.feature in cobench-0.0.14 vs features/cli.feature in cobench-0.0.15

- old
+ new

@@ -9,9 +9,9 @@ Scenario: Version can be printed When I run bin/cobench with "--version" Then Exit code is zero Scenario: Simple report - When I run bin/cobench with "--coder yegor256 --verbose --dry --to foo" + When I run bin/cobench with "--coder yegor256 --coder John --verbose --dry --to foo" Then Stdout contains "XML saved to" And Exit code is zero