class RSpec::Core::Configuration

def file_at(path)

def file_at(path)
  FileUtils.mkdir_p(File.dirname(path))
  File.new(path, 'w')
end