mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update integration.rb to require test_process explicitly instead of via Dependencies
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4624 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
7692191f5a
commit
9d17f882ee
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Update integration.rb to require test_process explicitly instead of via Dependencies. [Nicholas Seckar]
|
||||
|
||||
* Fixed that you can still access the flash after the flash has been reset in reset_session. Closes #5584 [lmarlow@yahoo.com]
|
||||
|
||||
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemper, Matt Lyon]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
require 'dispatcher'
|
||||
require 'stringio'
|
||||
require 'uri'
|
||||
require 'action_controller/test_process'
|
||||
|
||||
module ActionController
|
||||
module Integration #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue