aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-03 23:34:57 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-03 23:34:57 +0000
commit71dbef6d27210259ae263b84120f94fe9d6784e7 (patch)
treeb863ce62374da9be207a72d89ea53e378585b620 /actionpack/CHANGELOG
parent8ca3f34db18d23ff26ee71f11a2eba3dcfdff22f (diff)
downloadrails-71dbef6d27210259ae263b84120f94fe9d6784e7.tar.gz
rails-71dbef6d27210259ae263b84120f94fe9d6784e7.tar.bz2
rails-71dbef6d27210259ae263b84120f94fe9d6784e7.zip
Integration tests: thoroughly test ActionController::Integration::Session. Closes #6022.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4954 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 41228d30d9..1e62def587 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Integration tests: thoroughly test ActionController::Integration::Session. #6022 [Kevin Clark]
+ (tests skipped unless you `gem install mocha`)
+
* Added deprecation language for pagination which will become a plugin by Rails 2.0 [DHH]
* Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH]