Class: Cucumber::Ast::Feature

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber_ast_feature.rb

Instance Method Summary collapse

Instance Method Details

#filenameObject



4
5
6
# File 'lib/cucumber_ast_feature.rb', line 4

def filename
  @file.gsub(/^.*\//, '').gsub(/\.feature$/, '.cw.feature')
end