features/cli.feature in cobench-0.0.1 vs features/cli.feature in cobench-0.0.2
- 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"
+ When I run bin/cobench with "--coder yegor256 --verbose --dry --to foo"
Then Stdout contains "XML saved to"
And Exit code is zero