aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRyan McCuaig <ryan@ryanmccuaig.net>2016-04-04 12:09:44 -0700
committerRyan McCuaig <ryan@ryanmccuaig.net>2016-04-04 19:13:57 -0700
commit58c12900b74ab640acf04b200a200766213665f9 (patch)
treec7e4c0601a64d827ebf1b9f90d00d6e702bbe2af /actionpack
parentdcffeaea66130a8aa5f1591912bd8a335960bc14 (diff)
downloadrails-58c12900b74ab640acf04b200a200766213665f9.tar.gz
rails-58c12900b74ab640acf04b200a200766213665f9.tar.bz2
rails-58c12900b74ab640acf04b200a200766213665f9.zip
it's => its typo
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 20321eece4..e0ac6c24b1 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -211,7 +211,7 @@
*Derek Prior*
-* `ActionController::TestCase` will be moved to it's 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