Sha256: d825ec24f051df9a3ef7bd531f2a22768468a4401c03b92e1a5ec5df5e362e5f

Contents?: true

Size: 271 Bytes

Versions: 29

Compression:

Stored size: 271 Bytes

Contents

require 'cucumber/core/events'

module Cucumber
  module Events
    # Fired after we've parsed the contents of a feature file
    class GherkinSourceParsed < Core::Event.new(:gherkin_document)
      # The Gherkin Ast
      attr_reader :gherkin_document
    end
  end
end

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
cucumber-4.1.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.1 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0.rc.6 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0.rc.5 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0.rc.4 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0.rc.3 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0.rc.2 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-4.0.0.rc.1 lib/cucumber/events/gherkin_source_parsed.rb