class RuboCop::Cop::RSpec::Base
def on_new_investigation
Set the config for dynamic DSL configuration-aware helpers
def on_new_investigation super RuboCop::RSpec::Language.config = config['RSpec']['Language'] end
def on_new_investigation super RuboCop::RSpec::Language.config = config['RSpec']['Language'] end