module RSpec::Core::RubyProject

def determine_root

def determine_root
  find_first_parent_containing('spec') || '.'
end