class RSpec::Core::Configuration

def get_matching_files(path, pattern)

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