Sha256: db85b6d5ccb27d13c8a6de9e776234d7717ecb2d78b6d78741c75e4dfa3f4be6

Contents?: true

Size: 405 Bytes

Versions: 13

Compression:

Stored size: 405 Bytes

Contents

require 'turnip/node/scenario_definition'

module Turnip
  module Node
    #
    # @note Background metadata generated by Gherkin
    #
    #     {
    #       type: :Background,
    #       location: { line: 10, column: 3 },
    #       keyword: "Background",
    #       name: "Background Description",
    #       steps: []
    #     }
    #
    class Background < ScenarioDefinition
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
turnip-4.4.1 lib/turnip/node/background.rb
turnip-4.4.0 lib/turnip/node/background.rb
turnip-4.3.0 lib/turnip/node/background.rb
turnip-4.2.0 lib/turnip/node/background.rb
turnip-4.1.0 lib/turnip/node/background.rb
turnip-4.0.1 lib/turnip/node/background.rb
turnip-4.0.0 lib/turnip/node/background.rb
turnip-3.1.0 lib/turnip/node/background.rb
turnip-3.0.0 lib/turnip/node/background.rb
turnip-3.0.0.pre.beta.5 lib/turnip/node/background.rb
turnip-3.0.0.pre.beta.4 lib/turnip/node/background.rb
turnip-3.0.0.pre.beta.3 lib/turnip/node/background.rb
turnip-3.0.0.pre.beta.2 lib/turnip/node/background.rb