aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2016-04-05 08:07:53 -0400
committerEileen M. Uchitelle <eileencodes@gmail.com>2016-04-05 08:07:53 -0400
commit106851c445c8a0b9358bfa4312f3459b870e775b (patch)
tree400e58a78bfe757cef80e069066355a3e456d015 /guides/source
parent3108e0809f36eb1afebd70211335435fdc600655 (diff)
parent58c12900b74ab640acf04b200a200766213665f9 (diff)
downloadrails-106851c445c8a0b9358bfa4312f3459b870e775b.tar.gz
rails-106851c445c8a0b9358bfa4312f3459b870e775b.tar.bz2
rails-106851c445c8a0b9358bfa4312f3459b870e775b.zip
Merge pull request #24419 from rgm/master
Extend `ActionController::TestCase` deprecation warning
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
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))