class ManiokBdd::GherkinFormatter::Feature

Public Instance Methods

to_s() click to toggle source
# 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