aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
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 /actionview/test
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 'actionview/test')
-rw-r--r--actionview/test/actionpack/controller/layout_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/test/actionpack/controller/layout_test.rb b/actionview/test/actionpack/controller/layout_test.rb
index bd345fe873..7b8a83e2fe 100644
--- a/actionview/test/actionpack/controller/layout_test.rb
+++ b/actionview/test/actionpack/controller/layout_test.rb
@@ -1,5 +1,4 @@
require 'abstract_unit'
-require 'rbconfig'
require 'active_support/core_ext/array/extract_options'
# The view_paths array must be set on Base and not LayoutTest so that LayoutTest's inherited