Sha256: 72d9c187366fd7aa28e017c8a1a6f529c8cba47a4b7ad8e0f77d9a13ff1885fd
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
require_relative 'gherkin_7_adapter' module CukeModeler # NOT A PART OF THE PUBLIC API # An adapter that can convert the output of version 8.x of the *gherkin* gem into input that is consumable by this gem. class Gherkin8Adapter < Gherkin7Adapter end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-2.1.0 | lib/cuke_modeler/adapters/gherkin_8_adapter.rb |