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