Sha256: 4e3660cc51d0623fdb5314966095198c1b2a7232efeef107db387677a558d769
Contents?: true
Size: 298 Bytes
Versions: 4
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 24.x of the *cucumber-gherkin* gem into input that is consumable # by this gem. class Gherkin24Adapter < Gherkin20Adapter end end
Version data entries
4 entries across 4 versions & 1 rubygems