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