class RuboCop::Cop::RSpec::VariableDefinition

def style_offense?(variable)

def style_offense?(variable)
  (style == :symbols && string?(variable)) ||
    (style == :strings && symbol?(variable))
end