From 95343f64c1a2c0ac31ef83282dda2dfd77ace789 Mon Sep 17 00:00:00 2001 From: Nishant Modak Date: Sun, 30 Dec 2012 01:59:07 +0530 Subject: Update documentation for yml usage --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3