delivery_methodを :test に設定する Rails 4 ではデフォでなってた。確認するだけ? # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test