diff options
author | Nishant Modak <modak.nishant@gmail.com> | 2012-12-30 01:59:07 +0530 |
---|---|---|
committer | Nishant Modak <modak.nishant@gmail.com> | 2012-12-30 02:00:32 +0530 |
commit | 95343f64c1a2c0ac31ef83282dda2dfd77ace789 (patch) | |
tree | ee533ad794033be09c6741f3b0555acdfda58f92 /guides/source | |
parent | 8a130ece7e265f1e94abef8d64d5c6880797e831 (diff) | |
download | rails-95343f64c1a2c0ac31ef83282dda2dfd77ace789.tar.gz rails-95343f64c1a2c0ac31ef83282dda2dfd77ace789.tar.bz2 rails-95343f64c1a2c0ac31ef83282dda2dfd77ace789.zip |
Update documentation for yml usage
Diffstat (limited to 'guides/source')
-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 a9bce04522..f178ca87e9 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -77,7 +77,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 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. #### ERB'in It Up |