class RSpec::Core::SharedExampleGroupInclusionStackFrame
def description
-
(String)
- Description of this stack frame, in the form used by
def description @description ||= "Shared Example Group: #{shared_group_name.inspect} " \ "called from #{formatted_inclusion_location}" end