class Rspec::Core::Metadata

def determine_file_path(given_file_path=nil)

def determine_file_path(given_file_path=nil)
  return given_file_path if given_file_path
  possible_files.first.split(':').first.strip
end