diff options
author | mhutchin <mike@mhutchinson.com> | 2011-03-27 01:40:49 -0700 |
---|---|---|
committer | mhutchin <mike@mhutchinson.com> | 2011-03-27 01:40:49 -0700 |
commit | 35129f5b9921428d3c200224841476ba69fa4dc3 (patch) | |
tree | cb0cd7b74df4b0cf61d2a0c2329f0f94964c6c86 /railties | |
parent | 7c6807296b114f0688e6e74494f1d43d3a0548ba (diff) | |
download | rails-35129f5b9921428d3c200224841476ba69fa4dc3.tar.gz rails-35129f5b9921428d3c200224841476ba69fa4dc3.tar.bz2 rails-35129f5b9921428d3c200224841476ba69fa4dc3.zip |
Minor typo fix.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 4ebdb3edf6..3b3cde3e9b 100644 --- a/railties/guides/source/testing.textile +++ b/railties/guides/source/testing.textile @@ -81,7 +81,7 @@ Each fixture is given a name followed by an indented list of colon-separated key h5. ERb'in It Up -ERb allows you embed ruby code within templates. Both the YAML and CSV fixture formats are pre-processed with ERb when you load fixtures. This allows you to use Ruby to help you generate some sample data. +ERb allows you to embed ruby code within templates. Both the YAML and CSV fixture formats are pre-processed with ERb when you load fixtures. This allows you to use Ruby to help you generate some sample data. <erb> <% earth_size = 20 %> |