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