aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
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
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')
-rw-r--r--activejob/lib/active_job/queue_adapter.rb1
-rw-r--r--activejob/test/support/integration/test_case_helpers.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb
index 2e9f1e61be..bcc555d33e 100644
--- a/activejob/lib/active_job/queue_adapter.rb
+++ b/activejob/lib/active_job/queue_adapter.rb
@@ -1,5 +1,4 @@
require "active_job/queue_adapters/inline_adapter"
-require "active_support/core_ext/class/attribute"
require "active_support/core_ext/string/inflections"
module ActiveJob
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"