diff options
author | Ryan McCuaig <ryan@ryanmccuaig.net> | 2016-04-04 12:09:44 -0700 |
---|---|---|
committer | Ryan McCuaig <ryan@ryanmccuaig.net> | 2016-04-04 19:13:57 -0700 |
commit | 58c12900b74ab640acf04b200a200766213665f9 (patch) | |
tree | c7e4c0601a64d827ebf1b9f90d00d6e702bbe2af | |
parent | dcffeaea66130a8aa5f1591912bd8a335960bc14 (diff) | |
download | rails-58c12900b74ab640acf04b200a200766213665f9.tar.gz rails-58c12900b74ab640acf04b200a200766213665f9.tar.bz2 rails-58c12900b74ab640acf04b200a200766213665f9.zip |
it's => its typo
-rw-r--r-- | actionpack/CHANGELOG.md | 2 | ||||
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 45e9b77eea..3b926c04f0 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -270,7 +270,7 @@ Please refer to the [Changelog][action-pack] for detailed changes. * Changed the `protect_from_forgery` prepend default to `false`. ([commit](https://github.com/rails/rails/commit/39794037817703575c35a75f1961b01b83791191)) -* `ActionController::TestCase` will be moved to it's own gem in Rails 5.1. Use +* `ActionController::TestCase` will be moved to its own gem in Rails 5.1. Use `ActionDispatch::IntegrationTest` instead. ([commit](https://github.com/rails/rails/commit/4414c5d1795e815b102571425974a8b1d46d932d)) |