# File lib/spec/runner/spec_parser.rb, line 61
      def parse_location(location)
        location =~ /(.*)\:(\d*)(\:|$)/
        return $1, Integer($2)
      end