aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-05-10 20:55:31 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-05-10 20:55:31 -0300
commitab880b9eb0aab83e9c000a89e9f0ca636a8b9f78 (patch)
tree6655541e9985bbd7ecc49929fe3cf732a62736fb /actionpack/lib/action_dispatch/testing
parent71d6b088ec135cb3c4bc15ec45feb7449aee0c97 (diff)
downloadrails-ab880b9eb0aab83e9c000a89e9f0ca636a8b9f78.tar.gz
rails-ab880b9eb0aab83e9c000a89e9f0ca636a8b9f78.tar.bz2
rails-ab880b9eb0aab83e9c000a89e9f0ca636a8b9f78.zip
Follow code conventions on docs
Diffstat (limited to 'actionpack/lib/action_dispatch/testing')
-rw-r--r--actionpack/lib/action_dispatch/testing/assertions/selector.rb2
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