module RSpec

def self.current_scope=(scope)

Other tags:
    Api: - private
def self.current_scope=(scope)
  RSpec::Support.thread_local_data[:current_scope] = scope
end