Sha256: 80c253ee6ca2254a53f1cc3972e02a8b86b69833d0478911999ef74ba8749f18
Contents?: true
Size: 314 Bytes
Versions: 34
Compression:
Stored size: 314 Bytes
Contents
require 'cucumber/core/events' module Cucumber module Events # Fired after we've read in the contents of a feature file class GherkinSourceRead < Core::Event.new(:path, :body) # The path to the file attr_reader :path # The raw Gherkin source attr_reader :body end end end
Version data entries
34 entries across 33 versions & 4 rubygems