Sha256: 5ce6f822f9d873e295f35a47460b499195a1f97d8c21028301f25abd9bc5700c
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
require_relative 'gherkin_20_adapter' module CukeModeler # @api private # # An adapter that can convert the output of version 28.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. Internal helper class. class Gherkin28Adapter < Gherkin20Adapter; end private_constant :Gherkin28Adapter end
Version data entries
3 entries across 3 versions & 1 rubygems