Skip to content

Commit

Permalink
"with" was extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker authored and Isaac Sanders committed Apr 16, 2012
1 parent 355f1dd commit a020bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/httparty/ssl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
FakeWeb.allow_net_connect = false
end

it "should work with when no trusted CA list is specified" do
it "should work when no trusted CA list is specified" do
ssl_verify_test(nil, nil, "selfsigned.crt").should == {'success' => true}
end

it "should work with when no trusted CA list is specified, even with a bogus hostname" do
it "should work when no trusted CA list is specified, even with a bogus hostname" do
ssl_verify_test(nil, nil, "bogushost.crt").should == {'success' => true}
end

Expand Down

0 comments on commit a020bec

Please sign in to comment.