提交 dce8e58d 编写于 作者: R Rafael França

Merge pull request #24471 from swrobel/patch-1

Clarify fixtures examples [ci skip]
......@@ -495,7 +495,8 @@ users(:david)
users(:david).id
# one can also access methods available on the User class
email(david.partner.email, david.location_tonight)
david = users(:david)
david.call(david.partner)
```
To get multiple fixtures at once, you can pass in a list of fixture names. For example:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册