Sha256: dbbff8be2c3f2a30c8dbe92a634e9725c04d4d206ce57a0d5222a8200c7c97c2
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 16.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin16Adapter < Gherkin9Adapter; end private_constant :Gherkin16Adapter end
Version data entries
4 entries across 4 versions & 1 rubygems