From 626221d17c64b4cfb2807c7514de704c82c4c814 Mon Sep 17 00:00:00 2001
From: Rodrigo Rosenfeld Rosas <rr_rosas@yahoo.com.br>
Date: Fri, 13 Mar 2009 10:10:00 -0300
Subject: Extra spaces on list items were generating wrong output in Testing
 guide.

---
 railties/guides/source/testing.textile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'railties/guides')

diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index 8e92c1cc77..1a6fd1eb2f 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -110,9 +110,9 @@ h5. Fixtures in Action
 
 Rails by default automatically loads all fixtures from the 'test/fixtures' folder for your unit and functional test. Loading involves three steps:
 
- * Remove any existing data from the table corresponding to the fixture
- * Load the fixture data into the table
- * Dump the fixture data into a variable in case you want to access it directly
+* Remove any existing data from the table corresponding to the fixture
+* Load the fixture data into the table
+* Dump the fixture data into a variable in case you want to access it directly
 
 h5. Hashes with Special Powers
 
-- 
cgit v1.2.3