From 7506f3390683fd1329e60385515c3c55b39ff1d5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 27 Oct 2016 09:45:20 +0200 Subject: removes requires already present in active_support/rails --- activejob/test/support/integration/test_case_helpers.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activejob/test/support/integration/test_case_helpers.rb') diff --git a/activejob/test/support/integration/test_case_helpers.rb b/activejob/test/support/integration/test_case_helpers.rb index 4c4c56c9da..da8638895b 100644 --- a/activejob/test/support/integration/test_case_helpers.rb +++ b/activejob/test/support/integration/test_case_helpers.rb @@ -1,4 +1,3 @@ -require "active_support/concern" require "active_support/core_ext/string/inflections" require "support/integration/jobs_manager" -- cgit v1.2.3