public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
teeny tiny change that fixes a minor formating problem'
thechrisoshow (author)
Thu Jun 26 09:29:20 -0700 2008
commit  7199a485fe34b80c7f23b0edea88930fc43d85c6
tree    cd184a3bbc6253bb6dc8aa9b752a235999fb0e1f
parent  9f25ffdb3d8160127c07836fa566d1e2e5a52792
...
21
22
23
24
25
26
27
 
 
28
29
30
...
21
22
23
 
 
 
 
24
25
26
27
28
0
@@ -21,10 +21,8 @@ module ActionController
0
     # from the response HTML or elements selected by the enclosing assertion.
0
     #
0
     # In addition to HTML responses, you can make the following assertions:
0
- # * +assert_select_rjs+ - Assertions on HTML content of RJS update and
0
- # insertion operations.
0
- # * +assert_select_encoded+ - Assertions on HTML encoded inside XML,
0
- # for example for dealing with feed item descriptions.
0
+ # * +assert_select_rjs+ - Assertions on HTML content of RJS update and insertion operations.
0
+ # * +assert_select_encoded+ - Assertions on HTML encoded inside XML, for example for dealing with feed item descriptions.
0
     # * +assert_select_email+ - Assertions on the HTML body of an e-mail.
0
     #
0
     # Also see HTML::Selector to learn how to use selectors.

Comments

    No one has commented yet.