Sha256: 21675fcd8dafc28d67cebc9391cd057570577e33e8a74710f9fae19ac2966e20
Contents?: true
Size: 598 Bytes
Versions: 53
Compression:
Stored size: 598 Bytes
Contents
Feature: Pretty printer In order to have pretty gherkin I want to verify that all prettified cucumber features parse OK Scenario: Parse all the features in Cucumber Given I have Cucumber's home dir defined in CUCUMBER_HOME When I find all of the .feature files And I parse the prettified representation of each of them # Of course, we don't really want any errors. The last # two files that were not identical are written to p1.feature # and p2.feature. Do a diff -u p1.feature p2.feature # Then the following files should have errors: | Path | Error |
Version data entries
53 entries across 53 versions & 1 rubygems