aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-19 16:43:53 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-19 16:43:53 -0700
commitf08c37e6bf2af69d6308d2b8213d98f7b205b2a9 (patch)
tree2a1d34d1d949358371d3cd58990b1a6658b07dfb /test
parent4b5e1e982740723648638ab06fbe7e38e2e70dc1 (diff)
downloadrails-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.rb9
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