aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-12-21 15:10:08 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-12-21 15:10:08 +0000
commitef529c637130918d8cb225bd7083e44ef4887899 (patch)
tree49b5f7df8265831a8f63827fb009055d1ff72e16
parent651bba1bfe1c7d2946b8f560bb12c45b0440a12a (diff)
parent2f1cf8101ff49e71819dfc19d823da6d80ace7a2 (diff)
downloadrails-ef529c637130918d8cb225bd7083e44ef4887899.tar.gz
rails-ef529c637130918d8cb225bd7083e44ef4887899.tar.bz2
rails-ef529c637130918d8cb225bd7083e44ef4887899.zip
Merge pull request #18124 from jonatack/patch-8
Testing guide grammar fix
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
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