Sha256: e18b415217023e23347acb201927b95b20460b8ece933cd833d0f740afa50bfd
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
require_relative 'gherkin_9_adapter' module CukeModeler # NOT A PART OF THE PUBLIC API # An adapter that can convert the output of version 14.x of the *cucumber-gherkin* gem into input that is consumable by this gem. class Gherkin14Adapter < Gherkin9Adapter end end
Version data entries
3 entries across 3 versions & 1 rubygems