features/cli.feature in pdd-0.20.7 vs features/cli.feature in pdd-0.20.8

- old
+ new

@@ -24,10 +24,10 @@ } } """ When I run bin/pdd with "-v -s . -f out.xml" Then Exit code is zero - And Stdout contains "Reading ." + And Stdout contains "Reading from root dir ." And XML file "out.xml" matches "/puzzles[count(puzzle)=1]" And XML file "out.xml" matches "//puzzle[starts-with(body,'Привет, Let')]" Scenario: Using basic rules Given I have a "sample.java" file with content: