aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
diff options
context:
space:
mode:
authorKuldeep Aggarwal <kd.engineer@yahoo.co.in>2015-01-10 20:27:18 +0530
committerKuldeep Aggarwal <kd.engineer@yahoo.co.in>2015-01-10 20:27:18 +0530
commit90aef23e38204d8f730666a62e5fbe326e6c12e3 (patch)
treed8bb760d988602d07f06605214d4fa046bf6262d /activesupport/lib/active_support/testing
parent89470bbc5ea4e1375dc948b0629a419c1ad5c4f5 (diff)
downloadrails-90aef23e38204d8f730666a62e5fbe326e6c12e3.tar.gz
rails-90aef23e38204d8f730666a62e5fbe326e6c12e3.tar.bz2
rails-90aef23e38204d8f730666a62e5fbe326e6c12e3.zip
No need of requiring `rbconfig`, it is by-default loaded
Diffstat (limited to 'activesupport/lib/active_support/testing')
-rw-r--r--activesupport/lib/active_support/testing/isolation.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb
index 68bda35980..c46412550c 100644
--- a/activesupport/lib/active_support/testing/isolation.rb
+++ b/activesupport/lib/active_support/testing/isolation.rb
@@ -1,5 +1,3 @@
-require 'rbconfig'
-
module ActiveSupport
module Testing
module Isolation