Class: Cucumber::Tree::Feature

Inherits:
Object
  • Object
show all
Defined in:
lib/features_report/cucumber/tree/feature.rb

Instance Method Summary collapse

Instance Method Details

#titleObject



3
4
5
# File 'lib/features_report/cucumber/tree/feature.rb', line 3

def title
  header.split("\n").first.strip.gsub(/^Feature: /, "")
end