class Spec::Runner::Formatter::TextMateFormatter
def backtrace_line(line)
def backtrace_line(line) line.gsub(/([^:]*\.rb):(\d*)/) do "<a href=\"txmt://open?url=file://#{File.expand_path($1)}&line=#{$2}\">#{$1}:#{$2}</a> " end end
def backtrace_line(line) line.gsub(/([^:]*\.rb):(\d*)/) do "<a href=\"txmt://open?url=file://#{File.expand_path($1)}&line=#{$2}\">#{$1}:#{$2}</a> " end end