aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack/controller/layout_test.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-11 16:13:22 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-11 16:13:22 -0200
commit7b47f422cf367db4918be76c417d9db592a04adf (patch)
tree3c39b7f219bf500366ac1b0e99ded9f2b19288bb /actionview/test/actionpack/controller/layout_test.rb
parentb1c827bb6bbea3350bc42d659c5b31a30c231e0e (diff)
parent90aef23e38204d8f730666a62e5fbe326e6c12e3 (diff)
downloadrails-7b47f422cf367db4918be76c417d9db592a04adf.tar.gz
rails-7b47f422cf367db4918be76c417d9db592a04adf.tar.bz2
rails-7b47f422cf367db4918be76c417d9db592a04adf.zip
Merge pull request #18435 from kuldeepaggarwal/f-remove-unnecessary-require
No need of requiring `rbconfig`, it is by-default loaded
Diffstat (limited to 'actionview/test/actionpack/controller/layout_test.rb')
-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