From 43fc9892ac680b87269e5a0a81fa33655916f377 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Fri, 20 Mar 2015 15:24:54 -0400 Subject: [PATCH] Change 'girlfriend' to 'partner' --- 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 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 -- GitLab