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