You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|