Merge pull request #18124 from jonatack/patch-8

Testing guide grammar fix
This commit is contained in:
Abdelkader Boudih 2014-12-21 15:10:08 +00:00
commit ef529c6371

@ -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