module RSpec

def self.current_scope

Returns:
  • (Symbol) -
def self.current_scope
  RSpec::Support.thread_local_data[:current_scope]
end