aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/testing.textile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-04-03 16:59:37 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-04-03 16:59:37 +0900
commit9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b (patch)
treef78ef9658c3070b1e5ab25aa88f4352e6794767f /railties/guides/source/testing.textile
parentbd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (diff)
downloadrails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.gz
rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.bz2
rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.zip
s/ERb/ERB/g (part II)
Diffstat (limited to 'railties/guides/source/testing.textile')
-rw-r--r--railties/guides/source/testing.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index b42ea15f62..2809c6d076 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -79,9 +79,9 @@ steve:
Each fixture is given a name followed by an indented list of colon-separated key/value pairs. Records are separated by a blank space. You can place comments in a fixture file by using the # character in the first column.
-h5. ERb'in It Up
+h5. ERB'in It Up
-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 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 %>