diff options
author | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2015-01-10 20:27:18 +0530 |
---|---|---|
committer | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2015-01-10 20:27:18 +0530 |
commit | 90aef23e38204d8f730666a62e5fbe326e6c12e3 (patch) | |
tree | d8bb760d988602d07f06605214d4fa046bf6262d /activesupport/lib/active_support/testing/isolation.rb | |
parent | 89470bbc5ea4e1375dc948b0629a419c1ad5c4f5 (diff) | |
download | rails-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/isolation.rb')
-rw-r--r-- | activesupport/lib/active_support/testing/isolation.rb | 2 |
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 |