Method: RSpec::Core::SharedExampleGroupInclusionStackFrame#inclusion_location

Defined in:
lib/rspec/core/example_group.rb

#inclusion_locationString (readonly)

Returns the location where the shared example was included.

Returns:

  • (String)

    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