aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/mailbox
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-18 17:39:04 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-18 17:39:04 -0400
commitf33ccec86c02205cc82dd14dea24a5ad3f27f502 (patch)
tree8b61db32444ab456e1fc9913ccc80e454e2ef123 /test/unit/mailbox
parent4411095290f24ccb2e263c9534acfd19d081120f (diff)
parentcf8d76fdb42ab33c778b1787fb2ebe06481e2e3f (diff)
downloadrails-f33ccec86c02205cc82dd14dea24a5ad3f27f502.tar.gz
rails-f33ccec86c02205cc82dd14dea24a5ad3f27f502.tar.bz2
rails-f33ccec86c02205cc82dd14dea24a5ad3f27f502.zip
Merge branch 'master' into ingresses
Diffstat (limited to 'test/unit/mailbox')
-rw-r--r--test/unit/mailbox/routing_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mailbox/routing_test.rb b/test/unit/mailbox/routing_test.rb
index 320dee6aab..f30199b7af 100644
--- a/test/unit/mailbox/routing_test.rb
+++ b/test/unit/mailbox/routing_test.rb
@@ -23,7 +23,7 @@ class ActionMailbox::Base::RoutingTest < ActiveSupport::TestCase
test "delayed routing" do
perform_enqueued_jobs only: ActionMailbox::RoutingJob do
- another_inbound_email = create_inbound_email_from_fixture("welcome.eml", status: :pending)
+ create_inbound_email_from_fixture "welcome.eml", status: :pending
assert_equal "Discussion: Let's debate these attachments", $processed
end
end