diff options
author | George Claghorn <george@basecamp.com> | 2019-04-14 12:15:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-14 12:15:54 -0400 |
commit | f480cfabcd9000b5817b610e21466299025b12d2 (patch) | |
tree | 7ff1d11bae5f2b781cd48d0465dc87d3decbae52 /railties/test/application/rake | |
parent | 00b0c84a9b78ce720700b04cf5d1c5f091fe63ca (diff) | |
download | rails-f480cfabcd9000b5817b610e21466299025b12d2.tar.gz rails-f480cfabcd9000b5817b610e21466299025b12d2.tar.bz2 rails-f480cfabcd9000b5817b610e21466299025b12d2.zip |
Remove the Amazon SES ingress
It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
Diffstat (limited to 'railties/test/application/rake')
-rw-r--r-- | railties/test/application/rake/routes_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/test/application/rake/routes_test.rb b/railties/test/application/rake/routes_test.rb index 9879d1f047..dffdae7bde 100644 --- a/railties/test/application/rake/routes_test.rb +++ b/railties/test/application/rake/routes_test.rb @@ -20,7 +20,6 @@ module ApplicationTests assert_equal <<~MESSAGE, run_rake_routes Prefix Verb URI Pattern Controller#Action cart GET /cart(.:format) cart#show - rails_amazon_inbound_emails POST /rails/action_mailbox/amazon/inbound_emails(.:format) action_mailbox/ingresses/amazon/inbound_emails#create rails_mandrill_inbound_emails POST /rails/action_mailbox/mandrill/inbound_emails(.:format) action_mailbox/ingresses/mandrill/inbound_emails#create rails_postmark_inbound_emails POST /rails/action_mailbox/postmark/inbound_emails(.:format) action_mailbox/ingresses/postmark/inbound_emails#create rails_relay_inbound_emails POST /rails/action_mailbox/relay/inbound_emails(.:format) action_mailbox/ingresses/relay/inbound_emails#create |