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