module RSpec::Core::RubyProject

def root

def root
  @project_root ||= determine_root
end