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