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-9.0.1 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-9.0.0 lib/cucumber/events/gherkin_source_parsed.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/gherkin_source_parsed.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/gherkin_source_parsed.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/gherkin_source_parsed.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/gherkin_source_parsed.rb
cucumber-8.0.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-8.0.0.rc.1 lib/cucumber/events/gherkin_source_parsed.rb
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/cucumber-7.1.0/lib/cucumber/events/gherkin_source_parsed.rb
cucumber-7.1.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-7.0.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-6.1.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-6.0.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.3.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.2.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.1.3 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.1.2 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.1.1 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.1.0 lib/cucumber/events/gherkin_source_parsed.rb
cucumber-5.0.0 lib/cucumber/events/gherkin_source_parsed.rb