提交 48841dd6 编写于 作者: R R.T. Lechow 提交者: Xavier Noria

Active Resource typos.

上级 86c15d8b
...@@ -522,9 +522,9 @@ def timeout ...@@ -522,9 +522,9 @@ def timeout
# #
# * <tt>:key</tt> - An OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object. # * <tt>:key</tt> - An OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
# * <tt>:cert</tt> - An OpenSSL::X509::Certificate object as client certificate # * <tt>:cert</tt> - An OpenSSL::X509::Certificate object as client certificate
# * <tt>:ca_file</tt> - Path to a CA certification file in PEM format. The file can contrain several CA certificates. # * <tt>:ca_file</tt> - Path to a CA certification file in PEM format. The file can contain several CA certificates.
# * <tt>:ca_path</tt> - Path of a CA certification directory containing certifications in PEM format. # * <tt>:ca_path</tt> - Path of a CA certification directory containing certifications in PEM format.
# * <tt>:verify_mode</tt> - Flags for server the certification verification at begining of SSL/TLS session. (OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER is acceptable) # * <tt>:verify_mode</tt> - Flags for server the certification verification at beginning of SSL/TLS session. (OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER is acceptable)
# * <tt>:verify_callback</tt> - The verify callback for the server certification verification. # * <tt>:verify_callback</tt> - The verify callback for the server certification verification.
# * <tt>:verify_depth</tt> - The maximum depth for the certificate chain verification. # * <tt>:verify_depth</tt> - The maximum depth for the certificate chain verification.
# * <tt>:cert_store</tt> - OpenSSL::X509::Store to verify peer certificate. # * <tt>:cert_store</tt> - OpenSSL::X509::Store to verify peer certificate.
......
...@@ -876,7 +876,7 @@ def test_delete_with_410_gone ...@@ -876,7 +876,7 @@ def test_delete_with_410_gone
end end
######################################################################## ########################################################################
# Tests the more miscelaneous helper methods # Tests the more miscellaneous helper methods
######################################################################## ########################################################################
def test_exists def test_exists
# Class method. # Class method.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
require 'active_support/core_ext/hash/conversions' require 'active_support/core_ext/hash/conversions'
# The validations are tested thoroughly under ActiveModel::Validations # The validations are tested thoroughly under ActiveModel::Validations
# This test case simply makes sur that they are all accessible by # This test case simply makes sure that they are all accessible by
# Active Resource objects. # Active Resource objects.
class ValidationsTest < ActiveModel::TestCase class ValidationsTest < ActiveModel::TestCase
VALID_PROJECT_HASH = { :name => "My Project", :description => "A project" } VALID_PROJECT_HASH = { :name => "My Project", :description => "A project" }
......
...@@ -44,7 +44,7 @@ def test_handle_response ...@@ -44,7 +44,7 @@ def test_handle_response
# 401 is an unauthorized request # 401 is an unauthorized request
assert_response_raises ActiveResource::UnauthorizedAccess, 401 assert_response_raises ActiveResource::UnauthorizedAccess, 401
# 403 is a forbidden requst (and authorizing will not help) # 403 is a forbidden request (and authorizing will not help)
assert_response_raises ActiveResource::ForbiddenAccess, 403 assert_response_raises ActiveResource::ForbiddenAccess, 403
# 404 is a missing resource. # 404 is a missing resource.
......
# turns everyting into the same object # turns everything into the same object
class AddressXMLFormatter class AddressXMLFormatter
include ActiveResource::Formats::XmlFormat include ActiveResource::Formats::XmlFormat
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册