aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-20 15:03:32 -0800
committerZachary Scott <e@zzak.io>2014-12-20 15:03:32 -0800
commit6925c1468924b6d5a9228a63d7671a83a2af24a4 (patch)
treec6b073d09d8596c2f30f9e77de5effd7566b08ed /guides/source/testing.md
parentc709edaceba1866749ade264583ce9d0e85126ea (diff)
downloadrails-6925c1468924b6d5a9228a63d7671a83a2af24a4.tar.gz
rails-6925c1468924b6d5a9228a63d7671a83a2af24a4.tar.bz2
rails-6925c1468924b6d5a9228a63d7671a83a2af24a4.zip
Remove YAML implementation detail, as we're not trying to document all of
YAML's behavior in this guide. [ci skip]
Diffstat (limited to 'guides/source/testing.md')
-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 2abc328ef6..98bf901bb7 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -80,7 +80,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. Keys which resemble YAML keywords such as 'yes' and 'no' are quoted so that the YAML Parser correctly interprets them.
+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.
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