Class: Turnip::Node::Background

Inherits:
ScenarioDefinition show all
Defined in:
lib/turnip/node/background.rb

Overview

Note:

Background metadata generated by Gherkin

{ type: :Background, location: { line: 10, column: 3 }, keyword: "Background", name: "Background Description", steps: [] }

Instance Attribute Summary

Attributes inherited from Base

#raw

Method Summary

Methods inherited from ScenarioDefinition

#description, #keyword, #name, #steps

Methods inherited from Base

#initialize

Methods included from HasLocation

#line, #location

Constructor Details

This class inherits a constructor from Turnip::Node::Base