From 90aef23e38204d8f730666a62e5fbe326e6c12e3 Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Sat, 10 Jan 2015 20:27:18 +0530 Subject: No need of requiring `rbconfig`, it is by-default loaded --- activesupport/lib/active_support/testing/isolation.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support/testing/isolation.rb') 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 -- cgit v1.2.3