From 2f1cf8101ff49e71819dfc19d823da6d80ace7a2 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sun, 21 Dec 2014 16:06:46 +0100 Subject: Testing guide grammar fix [skip ci] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 8a8befc0ae..b22da70031 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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 -- cgit v1.2.3