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