提交 2f1cf810 编写于 作者: J Jon Atack

Testing guide grammar fix

[skip ci]
上级 651bba1b
......@@ -126,7 +126,7 @@ TIP: In order to remove existing data from the database, Rails tries to disable
#### Fixtures are Active Record objects
Fixtures are instances of Active Record. As mentioned in point #3 above, you can access the object directly because it is automatically available as a method who's scope is local of the test case. For example:
Fixtures are instances of Active Record. As mentioned in point #3 above, you can access the object directly because it is automatically available as a method whose scope is local of the test case. For example:
```ruby
# this will return the User object for the fixture named david
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册