ActionController::TestCase: fix #post documentation [ci skip]

Fixes #31823.
This commit is contained in:
Misty De Meo 2018-01-29 10:43:30 -08:00
parent 7ae26885d9
commit c8bf6da465

@ -256,7 +256,7 @@ def load!
#
# def test_create
# json = {book: { title: "Love Hina" }}.to_json
# post :create, json
# post :create, body: json
# end
#
# == Special instance variables