diff options
author | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-16 16:29:33 -0700 |
---|---|---|
committer | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-16 16:29:33 -0700 |
commit | 85f2f34d5ec8ccdea4755740b810ac514d9f3dd9 (patch) | |
tree | 6527f995b5e3c6a7b471b677f708b548425d374b /railties/test | |
parent | 315147fcb5be2a937dcceb785de04a97616c49d0 (diff) | |
download | rails-85f2f34d5ec8ccdea4755740b810ac514d9f3dd9.tar.gz rails-85f2f34d5ec8ccdea4755740b810ac514d9f3dd9.tar.bz2 rails-85f2f34d5ec8ccdea4755740b810ac514d9f3dd9.zip |
Remove a stray process2 require
Diffstat (limited to 'railties/test')
-rw-r--r-- | railties/test/rails_info_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/rails_info_controller_test.rb b/railties/test/rails_info_controller_test.rb index 3deb81965c..6a60908859 100644 --- a/railties/test/rails_info_controller_test.rb +++ b/railties/test/rails_info_controller_test.rb @@ -1,6 +1,6 @@ require 'abstract_unit' require 'action_controller' -require 'action_controller/testing/process2' +require 'action_controller/testing/process' require 'rails/info' require 'rails/info_controller' |