module RSpec::Core::RubyProject

def determine_root # :nodoc:

:nodoc:
def determine_root # :nodoc:
  find_first_parent_containing('spec') || '.'
end