class Spec::Runner::LineNumberQuery

def parse_location(location)

def parse_location(location)
  location =~ /(.*)\:(\d*)(\:|$)/
  return $1, Integer($2)
end