diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 13:30:49 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 13:30:49 +0200 |
commit | 401690fea3d136581231444966eaa21f5c376b3b (patch) | |
tree | 04a5ee7c35ff061ae846ac2906203dc92abd990d /actionpack/lib/action_controller/assertions/selector_assertions.rb | |
parent | 964392f57ad6408718458f229270b4082799d233 (diff) | |
download | rails-401690fea3d136581231444966eaa21f5c376b3b.tar.gz rails-401690fea3d136581231444966eaa21f5c376b3b.tar.bz2 rails-401690fea3d136581231444966eaa21f5c376b3b.zip |
revised case of constants in Action Controller
Diffstat (limited to 'actionpack/lib/action_controller/assertions/selector_assertions.rb')
-rw-r--r-- | actionpack/lib/action_controller/assertions/selector_assertions.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/assertions/selector_assertions.rb b/actionpack/lib/action_controller/assertions/selector_assertions.rb index 871fb23c1e..d3594e711c 100644 --- a/actionpack/lib/action_controller/assertions/selector_assertions.rb +++ b/actionpack/lib/action_controller/assertions/selector_assertions.rb @@ -44,8 +44,8 @@ module ActionController # base element and any of its children. Returns an empty array if no # match is found. # - # The selector may be a CSS selector expression (+String+), an expression - # with substitution values (+Array+) or an HTML::Selector object. + # The selector may be a CSS selector expression (String), an expression + # with substitution values (Array) or an HTML::Selector object. # # ==== Examples # # Selects all div tags @@ -130,7 +130,7 @@ module ActionController # assert_select "li" # end # - # The selector may be a CSS selector expression (+String+), an expression + # The selector may be a CSS selector expression (String), an expression # with substitution values, or an HTML::Selector object. # # === Equality Tests |