aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-03-14 22:06:27 +0100
committerXavier Noria <fxn@hashref.com>2011-03-14 22:06:27 +0100
commita0826cceea8d181cc28046929c9025147f9325af (patch)
treecd2b4368a9bd0ee62886fb9acdf7ffdd89e7972b /railties/guides/source
parentde5e41f855a8d715d99eec6195f9b31cc4048b99 (diff)
downloadrails-a0826cceea8d181cc28046929c9025147f9325af.tar.gz
rails-a0826cceea8d181cc28046929c9025147f9325af.tar.bz2
rails-a0826cceea8d181cc28046929c9025147f9325af.zip
be be -> be
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/testing.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index f4111269ba..4ebdb3edf6 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -500,7 +500,7 @@ If you're familiar with the HTTP protocol, you'll know that +get+ is a type of r
All of request types are methods that you can use, however, you'll probably end up using the first two more often than the others.
-NOTE: Functional tests do not verify whether the specified request type should be be accepted by the action. Request types in this context exist to make your tests more descriptive.
+NOTE: Functional tests do not verify whether the specified request type should be accepted by the action. Request types in this context exist to make your tests more descriptive.
h4. The Four Hashes of the Apocalypse