diff options
author | Sean Collins <sean@cllns.com> | 2015-03-20 15:24:54 -0400 |
---|---|---|
committer | Sean Collins <sean@cllns.com> | 2015-03-20 15:24:54 -0400 |
commit | 43fc9892ac680b87269e5a0a81fa33655916f377 (patch) | |
tree | 5673662283a87398322c69d81d09700ac9381b80 /guides | |
parent | 5154089c181e9b36753b193bd7ffb141e88232f1 (diff) | |
download | rails-43fc9892ac680b87269e5a0a81fa33655916f377.tar.gz rails-43fc9892ac680b87269e5a0a81fa33655916f377.tar.bz2 rails-43fc9892ac680b87269e5a0a81fa33655916f377.zip |
Change 'girlfriend' to 'partner'
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 84f1f25df9..008a485720 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -138,7 +138,7 @@ users(:david) users(:david).id # one can also access methods available on the User class -email(david.girlfriend.email, david.location_tonight) +email(david.partner.email, david.location_tonight) ``` ### Rake Tasks for Running your Tests |