Sha256: f852954f50061c5bfc4e057bdd9968d92880b69531e5301bbcc97652185a0162
Contents?: true
Size: 770 Bytes
Versions: 26
Compression:
Stored size: 770 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 @no-javascript 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
26 entries across 26 versions & 2 rubygems