Sha256: 0489212908dc9be8d96c1c57a140402b3d886824ef6503919e928d66d00a0246
Contents?: true
Size: 753 Bytes
Versions: 134
Compression:
Stored size: 753 Bytes
Contents
@cucumber-source-available Feature: Pretty Formatter 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 source code next to Gherkin's And I find all of the .feature files When I send each prettified original through the "pretty" machinery Then the machinery output should be identical to the prettified original Scenario: Parse all the features in Cucumber with JSON Given I have Cucumber's source code next to Gherkin's And I find all of the .feature files When I send each prettified original through the "json" machinery Then the machinery output should be identical to the prettified original
Version data entries
134 entries across 131 versions & 8 rubygems