From aa28c5ca65e230e0946261db0aa58a067e7032df Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 10 Jul 2017 22:40:03 +0900 Subject: [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` --- activejob/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activejob/Rakefile') diff --git a/activejob/Rakefile b/activejob/Rakefile index 5d0d22e88b..6f13ef449d 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "rake/testtask" #TODO: add qu back to the list after it support Rails 5.1 -- cgit v1.2.3