Method: Spec::Runner::Options#project_root

Defined in:
lib/spec/runner/options.rb

#project_rootObject

:nodoc:



101
102
103
104
# File 'lib/spec/runner/options.rb', line 101

def project_root # :nodoc:
  require 'pathname'
  @project_root ||= determine_project_root
end