projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0449024
)
Rubocop finds 'return' statements redundant
author
Herve Saint-Amand
<git@saintamh.org>
Wed, 11 Jan 2017 23:26:56 +0000
(23:26 +0000)
committer
Herve Saint-Amand
<git@saintamh.org>
Wed, 11 Jan 2017 23:26:56 +0000
(23:26 +0000)
test/test_helper.rb
patch
|
blob
|
history
diff --git
a/test/test_helper.rb
b/test/test_helper.rb
index 33a1c92dacbb24398ffec9ddbd987f823c91cabe..68b4a5018ffe5c2ee47d40d1832c39589501afdd 100644
(file)
--- a/
test/test_helper.rb
+++ b/
test/test_helper.rb
@@
-195,7
+195,7
@@
module ActiveSupport
text_parts.concat(email_text_parts(part))
end
end
-
return
text_parts
+ text_parts
end
end
end