Module: RSpecMagic::Config
- Defined in:
- lib/rspec_magic/config.rb
Overview
The configuration.
Class Attribute Summary collapse
-
.spec_path ⇒ String
The path of where the specs are.
Class Attribute Details
.spec_path ⇒ String
The path of where the specs are. Most commonly, spec/
of the project’s directory.
12 13 14 |
# File 'lib/rspec_magic/config.rb', line 12 def spec_path @spec_path || raise("`#{__method__}` must be configured") end |