Method: RSpec::Core::SharedExampleGroupInclusionStackFrame#inclusion_location
- Defined in:
- lib/rspec/core/example_group.rb
#inclusion_location ⇒ String (readonly)
Returns the location where the shared example was included.
786 787 788 |
# File 'lib/rspec/core/example_group.rb', line 786 def inclusion_location @inclusion_location end |