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