1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Fix typo.

This commit is contained in:
Andy Brody 2014-04-25 17:32:10 -07:00
parent b843d05580
commit bd01dd5902

View file

@ -63,7 +63,7 @@ describe RestClient::Request do
expect {request.execute }.to_not raise_error
end
it "executes the verify_callack" do
it "executes the verify_callback" do
ran_callback = false
request = RestClient::Request.new(
:method => :get,