diff options
author | Zachary Scott <e@zzak.io> | 2015-03-09 17:22:28 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-03-09 17:22:28 -0700 |
commit | 221e847a3bc4b6dc2559b4354417862b2e6c684a (patch) | |
tree | 2afb4d5141646596187487199d5d071097aa1b1a | |
parent | 761b5541b645bc1863b71008d6856eb1d2d46806 (diff) | |
parent | 3f0b7b41e11d7551a359d6cae9e547487baf9351 (diff) | |
download | rails-221e847a3bc4b6dc2559b4354417862b2e6c684a.tar.gz rails-221e847a3bc4b6dc2559b4354417862b2e6c684a.tar.bz2 rails-221e847a3bc4b6dc2559b4354417862b2e6c684a.zip |
Merge pull request #19270 from AndrewHendrie/master
Changed 'blank space' to 'blank line'
-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 cb3bd68fbe..b508969f30 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -82,7 +82,7 @@ steve: profession: guy with keyboard ``` -Each fixture is given a name followed by an indented list of colon-separated key/value pairs. Records are typically separated by a blank space. You can place comments in a fixture file by using the # character in the first column. +Each fixture is given a name followed by an indented list of colon-separated key/value pairs. Records are typically separated by a blank line. You can place comments in a fixture file by using the # character in the first column. If you are working with [associations](/association_basics.html), you can simply define a reference node between two different fixtures. Here's an example with |