# File test/bin/test_mail.rb, line 97 def test_main_0203 @obj.main([ "--to", "to-address", "--subject", "subject", "--text", "text", "--smtp", "smtp-server"]) assert_match(%r(Usage), @string_io.string) end