From e6ab70c439301d533f14b3387ee181d843a86b30 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 19:28:46 +0200 Subject: applies new string literal convention to the rest of the project The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. --- activerecord/bin/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/bin') diff --git a/activerecord/bin/test b/activerecord/bin/test index 7417b068bf..822e303ad8 100755 --- a/activerecord/bin/test +++ b/activerecord/bin/test @@ -14,6 +14,6 @@ module Minitest end end -Minitest.extensions.unshift 'active_record' +Minitest.extensions.unshift "active_record" exit Minitest.run(ARGV) -- cgit v1.2.3