From f08c37e6bf2af69d6308d2b8213d98f7b205b2a9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 19 Sep 2018 16:43:53 -0700 Subject: [PATCH] Anemic test better covered in mailbox/routing_test.rb --- test/unit/inbound_email/routing_test.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/unit/inbound_email/routing_test.rb 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