Sha256: bfd1a239607284d57eb9bd96ce16ba89dc5ebdf9225c74035e86a537147bf464
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
require_relative 'gherkin_9_adapter' module CukeModeler # @api private # # An adapter that can convert the output of version 11.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin11Adapter < Gherkin9Adapter; end private_constant :Gherkin11Adapter end
Version data entries
4 entries across 4 versions & 1 rubygems