Sha256: 5f84f20341cbd8ae2c657800b61b3ecc754cd02c879b4ca6c13290cb8b7f6786

Contents?: true

Size: 318 Bytes

Versions: 5

Compression:

Stored size: 318 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

5 entries across 5 versions & 1 rubygems

Version Path
cucumber-3.1.0 lib/cucumber/events/gherkin_source_read.rb
cucumber-3.0.2 lib/cucumber/events/gherkin_source_read.rb
cucumber-3.0.1 lib/cucumber/events/gherkin_source_read.rb
cucumber-3.0.0 lib/cucumber/events/gherkin_source_read.rb
cucumber-3.0.0.pre.2 lib/cucumber/events/gherkin_source_read.rb