From bde6547bb6a8ddf18fb687bf20893d3dc87e0358 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 18:41:18 +0200 Subject: applies new string literal convention in activejob/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. --- activejob/test/jobs/retry_job.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activejob/test/jobs/retry_job.rb') diff --git a/activejob/test/jobs/retry_job.rb b/activejob/test/jobs/retry_job.rb index 350edee61c..be20156984 100644 --- a/activejob/test/jobs/retry_job.rb +++ b/activejob/test/jobs/retry_job.rb @@ -1,5 +1,5 @@ -require_relative '../support/job_buffer' -require 'active_support/core_ext/integer/inflections' +require_relative "../support/job_buffer" +require "active_support/core_ext/integer/inflections" class DefaultsError < StandardError; end class LongWaitError < StandardError; end -- cgit v1.2.3