From e59d6c567b2af5d6bc7f5f8d4512d7bd11a3e257 Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Wed, 11 Jan 2017 23:26:56 +0000 Subject: [PATCH] Rubocop finds 'return' statements redundant --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 33a1c92da..68b4a5018 100644 --- 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 -- 2.43.2