class RSpec::Core::Configuration

def include_context(shared_group_name, *filters)

Other tags:
    See: #include -

Other tags:
    Note: - Filtered context inclusions can also be applied to
def include_context(shared_group_name, *filters)
  shared_module = world.shared_example_group_registry.find([:main], shared_group_name)
  include shared_module, *filters
end