aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-04-14 09:19:34 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-04-14 09:19:34 +0530
commit64b115b451d5e1a094c0060ad0229e2b965a6279 (patch)
tree817c569ccfaa1797439eaa9114ccb1937192ccaf /actionpack
parent977be6d51eb0c1376337910f6de8c2efd39d62aa (diff)
downloadrails-64b115b451d5e1a094c0060ad0229e2b965a6279.tar.gz
rails-64b115b451d5e1a094c0060ad0229e2b965a6279.tar.bz2
rails-64b115b451d5e1a094c0060ad0229e2b965a6279.zip
[ci skip] Remove extra `so` from the Action Pack CHANGELOG
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 0ca3d2eb01..370e3a1958 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -215,14 +215,14 @@
*Derek Prior*
-* `ActionController::TestCase` will be moved to its own gem in Rails 5.1
+* `ActionController::TestCase` will be moved to its own gem in Rails 5.1.
With the speed improvements made to `ActionDispatch::IntegrationTest` we no
longer need to keep two separate code bases for testing controllers. In
Rails 5.1 `ActionController::TestCase` will be deprecated and moved into a
gem outside of Rails source.
- This is a documentation deprecation so that going forward so new tests will use
+ This is a documentation deprecation so that going forward new tests will use
`ActionDispatch::IntegrationTest` instead of `ActionController::TestCase`.
*Eileen M. Uchitelle*