features/cli.feature in pdd-0.17.9 vs features/cli.feature in pdd-0.18
- 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 ."
And XML file "out.xml" matches "/puzzles[count(puzzle)=1]"
Scenario: Using basic rules
Given I have a "sample.java" file with content:
"""