EvoBal/test/mailboxes/in_mailbox_test.rb

12 lines
294 B
Ruby

require "test_helper"
class InMailboxTest < ActionMailbox::TestCase
# test "receive mail" do
# receive_inbound_email_from_mail \
# to: '"someone" <someone@example.com>',
# from: '"else" <else@example.com>',
# subject: "Hello world!",
# body: "Hello?"
# end
end