Sha256: 9c48935a8af5912d001936a6138263072a3383e8b0928053cf6447a61f85e307
Contents?: true
Size: 291 Bytes
Versions: 4
Compression:
Stored size: 291 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 12.x of the *cucumber-gherkin* gem into input that is consumable by this gem. class Gherkin12Adapter < Gherkin9Adapter end end
Version data entries
4 entries across 4 versions & 1 rubygems