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