diff options
author | George Claghorn <george@basecamp.com> | 2018-10-17 12:42:54 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-10-17 12:42:54 -0400 |
commit | 2b09cbbe4407ce84b23450b27b2c3b6f35e8ef1b (patch) | |
tree | 3ea01a4223d35a4930a36944d65b506f218757d1 /test/unit | |
parent | 7903e3ada80d7938b1b78b06d0f678e95367a56b (diff) | |
download | rails-2b09cbbe4407ce84b23450b27b2c3b6f35e8ef1b.tar.gz rails-2b09cbbe4407ce84b23450b27b2c3b6f35e8ef1b.tar.bz2 rails-2b09cbbe4407ce84b23450b27b2c3b6f35e8ef1b.zip |
Shush various interpreter warnings
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/mailbox/routing_test.rb | 2 |
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 |