class RSpec::Core::Configuration

def get_matching_files(path, pattern)

def get_matching_files(path, pattern)
  raw_files = Dir[file_glob_from(path, pattern)]
  raw_files.map { |file| File.expand_path(file) }.sort
end