aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mail_helper_test.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-12-23 23:41:41 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-12-24 00:15:11 +0900
commit8e1da1188f4f2d3834cd0b95ad221321b26df04a (patch)
treea49f226bcdf43ce9f8a528010fe08715f3e6eadf /actionmailer/test/mail_helper_test.rb
parentf2dfd5c6fdffdf65e6f07aae8e855ac802f9302f (diff)
downloadrails-8e1da1188f4f2d3834cd0b95ad221321b26df04a.tar.gz
rails-8e1da1188f4f2d3834cd0b95ad221321b26df04a.tar.bz2
rails-8e1da1188f4f2d3834cd0b95ad221321b26df04a.zip
Privatize unneededly protected methods in Action Mailer tests
Diffstat (limited to 'actionmailer/test/mail_helper_test.rb')
-rw-r--r--actionmailer/test/mail_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/mail_helper_test.rb b/actionmailer/test/mail_helper_test.rb
index 972629e477..a2e04b5f48 100644
--- a/actionmailer/test/mail_helper_test.rb
+++ b/actionmailer/test/mail_helper_test.rb
@@ -65,7 +65,7 @@ The second
end
end
- protected
+ private
def mail_with_defaults(&block)
mail(to: "test@localhost", from: "tester@example.com",