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