aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/testing.textile
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_coder@freenet.de>2009-02-20 13:52:14 +0100
committerAndreas Scherer <andreas_coder@freenet.de>2009-02-20 13:52:14 +0100
commit58e064afd292902bd970c813513ee3727d2f8ae3 (patch)
treebe33d1c1f2c70a8d143f2fa8fa403f5cd394e6c1 /railties/guides/source/testing.textile
parent079eda9ba0d55d1e86eafa8e466702bb5dbb3101 (diff)
downloadrails-58e064afd292902bd970c813513ee3727d2f8ae3.tar.gz
rails-58e064afd292902bd970c813513ee3727d2f8ae3.tar.bz2
rails-58e064afd292902bd970c813513ee3727d2f8ae3.zip
More spurious backticks replaced/removed.
Diffstat (limited to 'railties/guides/source/testing.textile')
-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 1f6dd36e9d..9b764806a8 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -550,7 +550,7 @@ NOTE: You may find references to +assert_tag+ in other documentation, but this i
There are two forms of +assert_select+:
-+assert_select(selector, [equality], [message])`+ ensures that the equality condition is met on the selected elements through the selector. The selector may be a CSS selector expression (String), an expression with substitution values, or an +HTML::Selector+ object.
++assert_select(selector, [equality], [message])+ ensures that the equality condition is met on the selected elements through the selector. The selector may be a CSS selector expression (String), an expression with substitution values, or an +HTML::Selector+ object.
+assert_select(element, selector, [equality], [message])+ ensures that the equality condition is met on all the selected elements through the selector starting from the _element_ (instance of +HTML::Node+) and its descendants.