class RuboCop::Cop::RSpec::DescribedClass

def only_static_constants?

def only_static_constants?
  cop_config.fetch('OnlyStaticConstants', true)
end