From b91ff557ef6f621d1b921f358fd5b8a5d9e9090e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 19:03:39 +0200 Subject: applies new string literal convention in actionmailer/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. --- actionmailer/test/mail_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/test/mail_helper_test.rb') diff --git a/actionmailer/test/mail_helper_test.rb b/actionmailer/test/mail_helper_test.rb index ff6b25b0c7..2002d3b636 100644 --- a/actionmailer/test/mail_helper_test.rb +++ b/actionmailer/test/mail_helper_test.rb @@ -1,4 +1,4 @@ -require 'abstract_unit' +require "abstract_unit" class HelperMailer < ActionMailer::Base def use_mail_helper -- cgit v1.2.3