class RuboCop::Cop::RSpec::Base

def on_new_investigation

that have no other means of accessing the configuration.
Set the config for dynamic DSL configuration-aware helpers
def on_new_investigation
  super
  RuboCop::RSpec::Language.config = config['RSpec']['Language']
end