class RuboCop::RSpec::Hook

def knowable_scope?

def knowable_scope?
  return true unless scope_argument
  scope_argument.sym_type?
end