Sha256: 3314c8f64ea426d3d0dacba0b645baafe4b27363e23b49c13be33bfb274d66e1
Contents?: true
Size: 296 Bytes
Versions: 14
Compression:
Stored size: 296 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 17.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. class Gherkin17Adapter < Gherkin9Adapter end end
Version data entries
14 entries across 14 versions & 1 rubygems