def should_not_strip_attributes(*attributes)
        warn "[DEPRECATION] should_not_strip_attributes is deprecated. " <<
             "Use `should_not strip_attribute :attribute` instead."
        attributes.each do |attribute|
          attribute = attribute.to_sym