class RSpec::Core::Configuration

def load_spec_files

Other tags:
    Private: -
def load_spec_files
  files_to_run.uniq.each {|f| load File.expand_path(f) }
  @spec_files_loaded = true
end