class Cornucopia::Util::CucumberFormatter

Public Class Methods

format_location(value) click to toggle source
# File lib/cornucopia/util/report_formatters.rb, line 8
def self.format_location(value)
  Cornucopia::Util::ReportBuilder.pretty_format("#{value.file}:#{value.line}")
end