Sha256: aac9b534f9b022a214afadeb59f3235f9205496e71873a1bf1b93942afd6d7a3
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 10.x of the *cucumber-gherkin* gem into input that is consumable by this gem. class Gherkin10Adapter < Gherkin9Adapter end end
Version data entries
4 entries across 4 versions & 1 rubygems