# File test/eml_test.rb, line 48 def text_to_xml # While the method is to_xml, this method outputs the xml as a string, # not a REXML DOM object assert_kind_of String, @eml.to_xml end