Method: RSpec::Core::Configuration#libs
- Defined in:
- lib/rspec/core/configuration.rb
#libs ⇒ Array<String>
Returns dirs that have been prepended to the load path by the -I
command line option.
264 |
# File 'lib/rspec/core/configuration.rb', line 264 define_reader :libs |