Skip to content

Commit

Permalink
Update description in spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
greggersh committed Apr 14, 2014
1 parent 1b6cfbc commit d1c376d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/httparty/connection_adapter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
subject.verify_mode.should == OpenSSL::SSL::VERIFY_PEER
end

context "when options include verify=false" do
context "when options include verify_peer=false" do
let(:options) { {:pem => pem, :pem_password => "password", :verify_peer => false} }

it "should not verify the certificate" do
Expand Down Expand Up @@ -339,7 +339,7 @@
subject.verify_mode.should == OpenSSL::SSL::VERIFY_PEER
end

context "when options include verify=false" do
context "when options include verify_peer=false" do
let(:options) { {:p12 => p12, :p12_password => "password", :verify_peer => false} }

it "should not verify the certificate" do
Expand Down

0 comments on commit d1c376d

Please sign in to comment.