1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Anemic test better covered in mailbox/routing_test.rb

This commit is contained in:
David Heinemeier Hansson 2018-09-19 16:43:53 -07:00
parent 4b5e1e9827
commit f08c37e6bf

View file

@ -1,9 +0,0 @@
require_relative '../../test_helper'
class ActionMailroom::InboundEmail::RoutingTest < ActiveSupport::TestCase
test "pending emails are delivered to the mailroom" do
assert_enqueued_jobs 1, only: ActionMailroom::RoutingJob do
create_inbound_email("welcome.eml", status: :pending)
end
end
end