Sha256: d73a21b85586c2785282fa91eed41e9e1d362a2d3140ef68543c42b79121664d
Contents?: true
Size: 344 Bytes
Versions: 2
Compression:
Stored size: 344 Bytes
Contents
require_relative 'gherkin_20_adapter' module CukeModeler # @api private # # An adapter that can convert the output of version 29.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin29Adapter < Gherkin20Adapter; end private_constant :Gherkin29Adapter end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-3.23.0 | lib/cuke_modeler/adapters/gherkin_29_adapter.rb |
cuke_modeler-3.22.0 | lib/cuke_modeler/adapters/gherkin_29_adapter.rb |