Sha256: 897f33b02c62cfd950226413b9f57d3547060b7a02de04a864a53175aa117669
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
require_relative 'gherkin_9_adapter' module CukeModeler # NOT A PART OF THE PUBLIC API # An adapter that can convert the output of version 18.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. class Gherkin18Adapter < Gherkin9Adapter end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-3.8.0 | lib/cuke_modeler/adapters/gherkin_18_adapter.rb |