Sha256: 1811d666a66f79d4f505897dc83bdae8947f6810d04be0afc23d5f835267a3a3
Contents?: true
Size: 312 Bytes
Versions: 17
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true require ::File.expand_path('report_builder', File.dirname(__FILE__)) module Cornucopia module Util class CucumberFormatter def self.format_location(value) Cornucopia::Util::ReportBuilder.pretty_format("#{value.file}:#{value.line}") end end end end
Version data entries
17 entries across 17 versions & 1 rubygems