aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/assertions.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-08-31 19:07:42 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-08-31 19:07:42 +0000
commited09b621bd0ca0377de8114bcd918ab3aba38abd (patch)
tree2022663ce9b8908ec8ce6dd29064b5b7b22b27e8 /actionpack/lib/action_controller/assertions.rb
parent33e5e41ddaf59bc9c08e4d9eb34d52174bf05114 (diff)
downloadrails-ed09b621bd0ca0377de8114bcd918ab3aba38abd.tar.gz
rails-ed09b621bd0ca0377de8114bcd918ab3aba38abd.tar.bz2
rails-ed09b621bd0ca0377de8114bcd918ab3aba38abd.zip
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7383 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller/assertions.rb')
-rw-r--r--actionpack/lib/action_controller/assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/assertions.rb b/actionpack/lib/action_controller/assertions.rb
index 956e5da140..941201b335 100644
--- a/actionpack/lib/action_controller/assertions.rb
+++ b/actionpack/lib/action_controller/assertions.rb
@@ -39,7 +39,7 @@ module ActionController #:nodoc:
#
# == Testing named routes
#
- # If you're using named routes, they can be easily tested using the original named routes methods straight in the test case.
+ # If you're using named routes, they can be easily tested using the original named routes' methods straight in the test case.
# Example:
#
# assert_redirected_to page_url(:title => 'foo')