diff options
author | Xavier Noria <fxn@hashref.com> | 2016-08-07 11:48:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-07 11:48:29 +0200 |
commit | fb98d2e57162876c0e1823a5357bc44a932d08b9 (patch) | |
tree | 2c3225f7698ef3f7b2556510136c64a58ecf7355 /actionmailer | |
parent | 0d12708f3967fe93c172b30bd3e98e4433761c36 (diff) | |
parent | 762e3f05f3d372cb32570db0deeef27232c4dd00 (diff) | |
download | rails-fb98d2e57162876c0e1823a5357bc44a932d08b9.tar.gz rails-fb98d2e57162876c0e1823a5357bc44a932d08b9.tar.bz2 rails-fb98d2e57162876c0e1823a5357bc44a932d08b9.zip |
Merge pull request #26077 from kamipo/add_stype_empty_lines
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/test/base_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb index 5b0566a131..9594cccc4d 100644 --- a/actionmailer/test/base_test.rb +++ b/actionmailer/test/base_test.rb @@ -380,7 +380,6 @@ class BaseTest < ActiveSupport::TestCase end end - test "implicit multipart with several view paths uses the first one with template" do old = BaseMailer.view_paths begin |