aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-10-27 09:45:20 +0200
committerXavier Noria <fxn@hashref.com>2016-10-27 09:45:20 +0200
commit7506f3390683fd1329e60385515c3c55b39ff1d5 (patch)
treedb909a13f597e47bbc1678a5afc7a42c7207e03b /activejob/test/support
parent1aa9d3903d16e623837bf8ff7deefc865fc24502 (diff)
downloadrails-7506f3390683fd1329e60385515c3c55b39ff1d5.tar.gz
rails-7506f3390683fd1329e60385515c3c55b39ff1d5.tar.bz2
rails-7506f3390683fd1329e60385515c3c55b39ff1d5.zip
removes requires already present in active_support/rails
Diffstat (limited to 'activejob/test/support')
-rw-r--r--activejob/test/support/integration/test_case_helpers.rb1
1 files changed, 0 insertions, 1 deletions
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"