提交 885348f3 编写于 作者: A Andrew White

Clarify change to process helpers [ci skip]

Add additional information to the release notes to explain the requirement
for paths in integration tests to start with a leading slash.

Fixes #17870.
上级 ee73d9ff
......@@ -544,6 +544,17 @@ Please refer to the [Changelog][action-view] for detailed changes.
* Placeholder I18n follows the same convention as `label` I18n.
([Pull Request](https://github.com/rails/rails/pull/16438))
* When calling the `process` helpers in an integration test the path needs to
a leading slash. Previously you could omit it but that was a byproduct of t
implementation and not an intentional feature, e.g.:
```ruby
  test "list all posts" do
    get "/posts"
    assert_response :success 
end
```
Action Mailer
-------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册