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:
parent
b843d05580
commit
bd01dd5902
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue