Module: Cucover::ExampleRowExtensions

Defined in:
lib/cucover/cucumber_hooks.rb

Instance Method Summary collapse

Instance Method Details

#fileObject



7
8
9
# File 'lib/cucover/cucumber_hooks.rb', line 7

def file
  @scenario_outline.file_colon_line.split(':').first
end

#file_colon_lineObject



3
4
5
# File 'lib/cucover/cucumber_hooks.rb', line 3

def file_colon_line
  "#{file}:#{line}"
end