diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-19 16:43:53 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-19 16:43:53 -0700 |
commit | f08c37e6bf2af69d6308d2b8213d98f7b205b2a9 (patch) | |
tree | 2a1d34d1d949358371d3cd58990b1a6658b07dfb /test | |
parent | 4b5e1e982740723648638ab06fbe7e38e2e70dc1 (diff) | |
download | rails-f08c37e6bf2af69d6308d2b8213d98f7b205b2a9.tar.gz rails-f08c37e6bf2af69d6308d2b8213d98f7b205b2a9.tar.bz2 rails-f08c37e6bf2af69d6308d2b8213d98f7b205b2a9.zip |
Anemic test better covered in mailbox/routing_test.rb
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/inbound_email/routing_test.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/unit/inbound_email/routing_test.rb b/test/unit/inbound_email/routing_test.rb deleted file mode 100644 index 8f946b24f5..0000000000 --- a/test/unit/inbound_email/routing_test.rb +++ /dev/null @@ -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 |