Sha256: 44a605e049bb568cf728076233ecd0362761380c329e0d27ef6b49280979d64b
Contents?: true
Size: 298 Bytes
Versions: 8
Compression:
Stored size: 298 Bytes
Contents
require_relative 'gherkin_20_adapter' module CukeModeler # NOT A PART OF THE PUBLIC API # An adapter that can convert the output of version 22.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. class Gherkin22Adapter < Gherkin20Adapter end end
Version data entries
8 entries across 8 versions & 1 rubygems