Method: SanitizeEmail::TestHelpers#string_matching_attribute

Defined in:
lib/sanitize_email/test_helpers.rb

#string_matching_attribute(matcher, part, attribute) ⇒ Object



14
15
16
# File 'lib/sanitize_email/test_helpers.rb', line 14

def string_matching_attribute(matcher, part, attribute)
  string_matching(matcher, part, attribute)
end