Navigation Menu

Skip to content

Commit

Permalink
corrected the location of status code symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
misfo committed Jan 29, 2011
1 parent 5e35cee commit ef48408
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ module ResponseAssertions
# #
# You can also pass an explicit status number like <tt>assert_response(501)</tt> # You can also pass an explicit status number like <tt>assert_response(501)</tt>
# or its symbolic equivalent <tt>assert_response(:not_implemented)</tt>. # or its symbolic equivalent <tt>assert_response(:not_implemented)</tt>.
# See ActionDispatch::StatusCodes for a full list. # See Rack::Utils::SYMBOL_TO_STATUS_CODE for a full list.
# #
# ==== Examples # ==== Examples
# #
Expand Down

0 comments on commit ef48408

Please sign in to comment.