diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-11 21:53:39 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-05-11 21:53:39 +0530 |
commit | b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661 (patch) | |
tree | 2489357ba541d47cad58a9bd47cc6856a077fa8d /actionpack/lib/action_dispatch/testing | |
parent | 8ce2844cbb52ea31716b0f286b5d7f9d20bf0e3c (diff) | |
parent | d10a1b5739730425fc5a103f8fd7eb15b6e34db8 (diff) | |
download | rails-b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661.tar.gz rails-b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661.tar.bz2 rails-b2d6f8ee925ccd5ca8ddf1e2fdefb9001842d661.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_dispatch/testing')
-rw-r--r-- | actionpack/lib/action_dispatch/testing/assertions/selector.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/assertions/selector.rb b/actionpack/lib/action_dispatch/testing/assertions/selector.rb index c67a0664dc..5fa91d1a76 100644 --- a/actionpack/lib/action_dispatch/testing/assertions/selector.rb +++ b/actionpack/lib/action_dispatch/testing/assertions/selector.rb @@ -169,7 +169,7 @@ module ActionDispatch # assert_select "title", "Welcome" # # # Page title is "Welcome" and there is only one title element - # assert_select "title", {:count=>1, :text=>"Welcome"}, + # assert_select "title", {:count => 1, :text => "Welcome"}, # "Wrong title or more than one title element" # # # Page contains no forms |