module RSpec

def self.thread_local_metadata

Other tags:
    Private: -
def self.thread_local_metadata
  Thread.current[:_rspec] ||= { :shared_example_group_inclusions => [] }
end