Class: Cornucopia::Util::CucumberFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/cornucopia/util/report_formatters.rb

Class Method Summary collapse

Class Method Details

.format_location(value) ⇒ Object



8
9
10
# File 'lib/cornucopia/util/report_formatters.rb', line 8

def self.format_location(value)
  Cornucopia::Util::ReportBuilder.pretty_format("#{value.file}:#{value.line}")
end