Sha256: 447d0566c148e335bc29a84b5fd2d88c06d509ee946db509a55f9aabaf870dcf
Contents?: true
Size: 582 Bytes
Versions: 76
Compression:
Stored size: 582 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
76 entries across 76 versions & 1 rubygems