Class: ManiokBdd::GherkinFormatter::Feature
- Inherits:
-
GherkinCollection
- Object
- GherkinCollection
- ManiokBdd::GherkinFormatter::Feature
- Defined in:
- lib/maniok_bdd/gherkin_formatter.rb
Instance Attribute Summary
Attributes inherited from GherkinCollection
Instance Method Summary collapse
Methods inherited from GherkinCollection
Constructor Details
This class inherits a constructor from ManiokBdd::GherkinFormatter::GherkinCollection
Instance Method Details
#to_s ⇒ Object
74 75 76 77 78 79 80 81 82 83 |
# File 'lib/maniok_bdd/gherkin_formatter.rb', line 74 def to_s # TODO later #{@gherkin_model_feature.description} <<RUBY_FEATURE require 'spec_helper' #{super.to_s} RUBY_FEATURE end |