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 /actionpack/test/dispatch | |
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 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/static_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/static_test.rb b/actionpack/test/dispatch/static_test.rb index 7f1207eaed..9a6747fb8d 100644 --- a/actionpack/test/dispatch/static_test.rb +++ b/actionpack/test/dispatch/static_test.rb @@ -1,6 +1,5 @@ # encoding: utf-8 require 'abstract_unit' -require 'rbconfig' require 'zlib' module StaticTests |