aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-11-05 12:52:56 -0500
committerGeorge Claghorn <george@basecamp.com>2018-11-05 12:52:56 -0500
commita7e8fe4d6e3f18eb3431e9fc95b42542ae2946fb (patch)
tree5899d207b56ded06470e1baa75662e93d102e79d /test
parentb859eebff8545eea972d479137e14b917e6519dc (diff)
downloadrails-a7e8fe4d6e3f18eb3431e9fc95b42542ae2946fb.tar.gz
rails-a7e8fe4d6e3f18eb3431e9fc95b42542ae2946fb.tar.bz2
rails-a7e8fe4d6e3f18eb3431e9fc95b42542ae2946fb.zip
Remove duplicate method
Diffstat (limited to 'test')
-rw-r--r--test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb b/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb
index bf6ccd8f03..0c7d0d6846 100644
--- a/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb
+++ b/test/controllers/ingresses/sendgrid/inbound_emails_controller_test.rb
@@ -41,9 +41,4 @@ class ActionMailbox::Ingresses::Sendgrid::InboundEmailsControllerTest < ActionDi
end
end
end
-
- private
- def credentials
- ActionController::HttpAuthentication::Basic.encode_credentials "actionmailbox", ENV["RAILS_INBOUND_EMAIL_PASSWORD"]
- end
end