aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorChris O'Sullivan <thechrisoshow@gmail.com>2008-06-26 17:29:20 +0100
committerChris O'Sullivan <thechrisoshow@gmail.com>2008-06-26 17:29:20 +0100
commit7199a485fe34b80c7f23b0edea88930fc43d85c6 (patch)
treecd184a3bbc6253bb6dc8aa9b752a235999fb0e1f /actionpack
parent9f25ffdb3d8160127c07836fa566d1e2e5a52792 (diff)
downloadrails-7199a485fe34b80c7f23b0edea88930fc43d85c6.tar.gz
rails-7199a485fe34b80c7f23b0edea88930fc43d85c6.tar.bz2
rails-7199a485fe34b80c7f23b0edea88930fc43d85c6.zip
teeny tiny change that fixes a minor formating problem'
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/assertions/selector_assertions.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/actionpack/lib/action_controller/assertions/selector_assertions.rb b/actionpack/lib/action_controller/assertions/selector_assertions.rb
index d3594e711c..70b0ed53e7 100644
--- a/actionpack/lib/action_controller/assertions/selector_assertions.rb
+++ b/actionpack/lib/action_controller/assertions/selector_assertions.rb
@@ -21,10 +21,8 @@ module ActionController
# from the response HTML or elements selected by the enclosing assertion.
#
# In addition to HTML responses, you can make the following assertions:
- # * +assert_select_rjs+ - Assertions on HTML content of RJS update and
- # insertion operations.
- # * +assert_select_encoded+ - Assertions on HTML encoded inside XML,
- # for example for dealing with feed item descriptions.
+ # * +assert_select_rjs+ - Assertions on HTML content of RJS update and insertion operations.
+ # * +assert_select_encoded+ - Assertions on HTML encoded inside XML, for example for dealing with feed item descriptions.
# * +assert_select_email+ - Assertions on the HTML body of an e-mail.
#
# Also see HTML::Selector to learn how to use selectors.