Class: ManiokBdd::GherkinFormatter::Feature

Inherits:
GherkinCollection show all
Defined in:
lib/maniok_bdd/gherkin_formatter.rb

Instance Attribute Summary

Attributes inherited from GherkinCollection

#elements

Instance Method Summary collapse

Methods inherited from GherkinCollection

#initialize

Constructor Details

This class inherits a constructor from ManiokBdd::GherkinFormatter::GherkinCollection

Instance Method Details

#to_sObject



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