features/cucumber_cli.feature in cucumber-0.4.4 vs features/cucumber_cli.feature in cucumber-0.4.5.rc1

- old
+ new

@@ -167,11 +167,11 @@ """ Scenario: Run Norwegian Given I am in i18n/no - When I run cucumber -q --language no features + When I run cucumber -q features Then STDERR should be empty Then it should pass with """ # language: no Egenskap: Summering @@ -367,11 +367,12 @@ """ Scenario: Multiple formatters and outputs When I run cucumber --format progress --out tmp/progress.txt --format pretty --out tmp/pretty.txt --no-source --dry-run features/lots_of_undefined.feature - And "examples/self_test/tmp/progress.txt" should contain + Then STDERR should be empty + Then "examples/self_test/tmp/progress.txt" should contain """ UUUUU 1 scenario (1 undefined) 5 steps (5 undefined) @@ -586,9 +587,10 @@ """ Scenario: Reformat files with --autoformat When I run cucumber --autoformat tmp/formatted features + Then STDERR should be empty Then "examples/self_test/tmp/formatted/features/sample.feature" should contain """ # Feature comment @one Feature: Sample