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